4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 08:53:31 +08:00

remove RT_LWIP_TCP_SND_BUF setting

When not configured in rtconfig.h, lwipopt.h will give us a reasonable
value(TCP_MSS * 2).
This commit is contained in:
Grissiom 2013-07-04 18:04:47 +08:00
parent 7c45dc02f7
commit b9f9c3b2a4

View File

@ -113,9 +113,6 @@
/* the number of simulatenously active TCP connections*/
#define RT_LWIP_TCP_PCB_NUM 5
/* TCP sender buffer space*/
#define RT_LWIP_TCP_SND_BUF 1500
/* Enable SNMP protocol*/
/* #define RT_LWIP_SNMP */