Modification to work two socket servers at the same time

Fork of lwip by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mmdonatti
Date:
Thu May 10 18:17:16 2018 +0000
Parent:
20:08f08bfc3f3d
Commit message:
hostname adjust + modified define to make 2 socket servers working at the same time

Changed in this revision

include/lwip/opt.h Show annotated file Show diff for this revision Revisions of this file
--- a/include/lwip/opt.h	Mon Mar 14 16:15:36 2016 +0000
+++ b/include/lwip/opt.h	Thu May 10 18:17:16 2018 +0000
@@ -327,7 +327,7 @@
  * (only needed if you use the sequential API, like api_lib.c)
  */
 #ifndef MEMP_NUM_NETCONN
-#define MEMP_NUM_NETCONN                4
+#define MEMP_NUM_NETCONN                8
 #endif
 
 /**