delta param

Dependents:   EthernetInterface

Fork of lwip by mbed official

Files at this revision

API Documentation at this revision

Comitter:
klauss
Date:
Sat Sep 13 19:20:49 2014 +0000
Parent:
16:092c37b63ee8
Commit message:
testando estabilidade do fw

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	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
 
 /**