4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-21 05:53:41 +08:00
This commit is contained in:
bernard 2014-06-25 17:26:08 +08:00
commit edfcc6041b

View File

@ -117,6 +117,8 @@
/* the number of simultaneously queued TCP */
#ifdef RT_LWIP_TCP_SEG_NUM
#define MEMP_NUM_TCP_SEG RT_LWIP_TCP_SEG_NUM
#else
#define MEMP_NUM_TCP_SEG TCP_SND_QUEUELEN
#endif