Skip to content

Commit 3c6ba76

Browse files
committed
Make TCP buffer dividable by MSS
By default the buffer has 16 bytes overhead
1 parent 24e5658 commit 3c6ba76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/defconfig.common

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ CONFIG_LWIP_ETHARP_TRUST_IP_MAC=y
5656
# CONFIG_LWIP_DHCP_DOES_ARP_CHECK is not set
5757
CONFIG_LWIP_TCP_SYNMAXRTX=6
5858
CONFIG_LWIP_TCP_MSS=1436
59+
CONFIG_LWIP_TCP_SND_BUF_DEFAULT=5744
5960
CONFIG_LWIP_TCP_RTO_TIME=3000
6061
CONFIG_LWIP_TCP_SACK_OUT=y
6162
CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=4096

0 commit comments

Comments
 (0)