Merge branch 'master' of https://github.com/RT-Thread/rt-thread
This commit is contained in:
commit
edfcc6041b
|
@ -117,6 +117,8 @@
|
||||||
|
|
||||||
/* the number of simultaneously queued TCP */
|
/* the number of simultaneously queued TCP */
|
||||||
#ifdef RT_LWIP_TCP_SEG_NUM
|
#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
|
#define MEMP_NUM_TCP_SEG TCP_SND_QUEUELEN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue