This commit is contained in:
bernard 2014-06-25 17:26:08 +08:00
commit edfcc6041b
1 changed files with 7 additions and 5 deletions

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