wip

Dependents:   EthernetInterface_vz

Fork of lwip by VZTECH

Revision:
18:0950c1059dbb
Parent:
0:51ac1d130fd4
--- a/include/lwip/opt.h	Thu Apr 24 10:45:42 2014 +0100
+++ b/include/lwip/opt.h	Sat Sep 13 19:20:49 2014 +0000
@@ -240,7 +240,7 @@
  * (requires the LWIP_UDP option)
  */
 #ifndef MEMP_NUM_UDP_PCB
-#define MEMP_NUM_UDP_PCB                4
+#define MEMP_NUM_UDP_PCB                4//64//4
 #endif
 
 /**
@@ -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                4//64//4
 #endif
 
 /**