tcp: add TCP_MAXSEG support

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
This commit is contained in:
zhanghongyu
2023-03-08 23:43:38 +08:00
committed by Xiang Xiao
parent bd4d7a1b76
commit 93c3b8f19e
8 changed files with 101 additions and 24 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ config NET_SOCKOPTS
Enable or disable support for socket options
config NET_TCPPROTO_OPTIONS
bool
bool "TCP proto socket options"
default n
---help---
Enable or disable support for TCP protocol level socket options.