diff --git a/fs/procfs/Kconfig b/fs/procfs/Kconfig index ff90e7b9ad..41a57db8c3 100644 --- a/fs/procfs/Kconfig +++ b/fs/procfs/Kconfig @@ -126,5 +126,5 @@ config FS_PROCFS_EXCLUDE_SMARTFS depends on FS_SMARTFS default n -endmenu # +endmenu # Exclude individual procfs entries endif # FS_PROCFS diff --git a/net/tcp/tcp_send.c b/net/tcp/tcp_send.c index a5ffd198d2..f08d90b92a 100644 --- a/net/tcp/tcp_send.c +++ b/net/tcp/tcp_send.c @@ -138,6 +138,7 @@ static inline void tcp_ipv4_sendcomplete(FAR struct net_driver_s *dev, ipv4->proto = IP_PROTO_TCP; ipv4->ttl = IP_TTL; + ipv4->vhl = 0x45; /* At this point the TCP header holds the size of the payload, the * TCP header, and the IP header.