Change override value of "tcp-mss" to max 1440 byte for IPV6 header size.

pull/7683/head
TomoYamanaka 2018-08-06 18:12:37 +09:00
parent 1334448c16
commit e080561c9e
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@
"default-thread-stacksize": 640,
"ppp-thread-stacksize": 896,
"memp-num-tcp-seg": 32,
"tcp-mss": 1460,
"tcp-mss": 1440,
"tcp-snd-buf": "(8 * TCP_MSS)",
"tcp-wnd": "(TCP_MSS * 8)",
"pbuf-pool-size": 16,