mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Make network buffering sizes consistent in all configurations
This commit is contained in:
@@ -428,7 +428,7 @@ CONFIG_NSOCKET_DESCRIPTORS=8
|
||||
CONFIG_NET_NACTIVESOCKETS=16
|
||||
CONFIG_NET_SOCKOPTS=y
|
||||
# CONFIG_NET_SOLINGER is not set
|
||||
CONFIG_NET_BUFSIZE=420
|
||||
CONFIG_NET_BUFSIZE=562
|
||||
# CONFIG_NET_TCPURGDATA is not set
|
||||
|
||||
#
|
||||
@@ -438,7 +438,7 @@ CONFIG_NET_TCP=y
|
||||
CONFIG_NET_TCP_CONNS=8
|
||||
CONFIG_NET_MAX_LISTENPORTS=8
|
||||
CONFIG_NET_TCP_READAHEAD=y
|
||||
CONFIG_NET_TCP_READAHEAD_BUFSIZE=536
|
||||
CONFIG_NET_TCP_READAHEAD_BUFSIZE=532
|
||||
CONFIG_NET_NTCP_READAHEAD_BUFFERS=8
|
||||
# CONFIG_NET_TCP_WRITE_BUFFERS is not set
|
||||
CONFIG_NET_TCP_RECVDELAY=0
|
||||
|
||||
Reference in New Issue
Block a user