Browse Source

Fix build of Win32 port after updating MEMP_NUM_SYS_TIMEOUT setting check

master
Dirk Ziegelmeier 9 years ago
parent
commit
21c4e5d882
  1. 2
      ports/win32/include/lwipopts.h

2
ports/win32/include/lwipopts.h

@ -136,7 +136,7 @@ a lot of data that needs to be copied, this should be set high. */
#define MEMP_NUM_TCP_SEG 16
/* MEMP_NUM_SYS_TIMEOUT: the number of simulateously active
timeouts. */
#define MEMP_NUM_SYS_TIMEOUT 15
#define MEMP_NUM_SYS_TIMEOUT 17
/* The following four are used only with the sequential API and can be
set to 0 if the application only will use the raw API. */

Loading…
Cancel
Save