wip

Dependents:   EthernetInterface_vz

Fork of lwip by VZTECH

Revision:
24:a66cdbe314f0
Parent:
23:70978ec2996f
Child:
25:be026e8a94f2
diff -r 70978ec2996f -r a66cdbe314f0 include/lwip/opt.h
--- a/include/lwip/opt.h	Thu Oct 02 18:18:38 2014 +0000
+++ b/include/lwip/opt.h	Mon Oct 20 16:12:04 2014 +0000
@@ -240,7 +240,7 @@
  * (requires the LWIP_UDP option)
  */
 #ifndef MEMP_NUM_UDP_PCB
-#define MEMP_NUM_UDP_PCB                64//jhc4
+#define MEMP_NUM_UDP_PCB                64//4
 #endif
 
 /**
@@ -528,7 +528,7 @@
  * controlled via IP_REASSEMBLY.
  */
 #ifndef IP_FRAG
-#define IP_FRAG                         1
+#define IP_FRAG                         0//pzn1
 #endif
 
 /**
@@ -881,7 +881,7 @@
  * LWIP_TCP==1: Turn on TCP.
  */
 #ifndef LWIP_TCP
-#define LWIP_TCP                        1
+#define LWIP_TCP                        0
 #endif
 
 /**
@@ -1365,7 +1365,7 @@
  * timers running in tcpip_thread from another thread.
  */
 #ifndef LWIP_TCPIP_TIMEOUT
-#define LWIP_TCPIP_TIMEOUT              1
+#define LWIP_TCPIP_TIMEOUT              0
 #endif
 
 /*