Skip to content

Commit e080561

Browse files
committed
Change override value of "tcp-mss" to max 1440 byte for IPV6 header size.
1 parent 1334448 commit e080561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/lwipstack/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"default-thread-stacksize": 640,
150150
"ppp-thread-stacksize": 896,
151151
"memp-num-tcp-seg": 32,
152-
"tcp-mss": 1460,
152+
"tcp-mss": 1440,
153153
"tcp-snd-buf": "(8 * TCP_MSS)",
154154
"tcp-wnd": "(TCP_MSS * 8)",
155155
"pbuf-pool-size": 16,

0 commit comments

Comments
 (0)