Skip to content

Commit bee41f6

Browse files
Stop targets from changing TCP settings
1 parent c717e7d commit bee41f6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

connectivity/lwipstack/mbed_lib.json5

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -181,31 +181,19 @@
181181
"RZ_A1XX": {
182182
"tcpip-thread-stacksize": 1328,
183183
"default-thread-stacksize": 640,
184-
"memp-num-tcp-seg": 32,
185-
"tcp-mss": 1440,
186-
"tcp-snd-buf": "(8 * TCP_MSS)",
187-
"tcp-wnd": "(TCP_MSS * 8)",
188184
"mem-size": 51200
189185
},
190186
"RZ_A2XX": {
191187
"tcpip-thread-stacksize": 1328,
192188
"default-thread-stacksize": 640,
193-
"memp-num-tcp-seg": 32,
194-
"tcp-mss": 1440,
195-
"tcp-snd-buf": "(8 * TCP_MSS)",
196-
"tcp-wnd": "(TCP_MSS * 8)",
197189
"mem-size": 51200
198190
},
199191
"MCU_PSOC6": {
200192
"tcpip-thread-stacksize": 8192,
201193
"default-thread-stacksize": 640,
202-
"memp-num-tcp-seg": 24,
203194
"tcp-socket-max": 10,
204195
"udp-socket-max":10,
205196
"socket-max":18,
206-
"tcp-mss": 1540,
207-
"tcp-snd-buf": "(6 * TCP_MSS)",
208-
"tcp-wnd": "(TCP_MSS * 6)",
209197
"mem-size": 65536
210198
},
211199
"MIMXRT105X": {

0 commit comments

Comments
 (0)