wip

Dependents:   EthernetInterface_vz

Fork of lwip by VZTECH

Revision:
25:be026e8a94f2
Parent:
24:a66cdbe314f0
Child:
26:8c96ab063046
--- a/include/lwip/opt.h	Mon Oct 20 16:12:04 2014 +0000
+++ b/include/lwip/opt.h	Mon Oct 20 19:28:02 2014 +0000
@@ -519,7 +519,7 @@
  * via IP_FRAG.
  */
 #ifndef IP_REASSEMBLY
-#define IP_REASSEMBLY                   0//pzn1
+#define IP_REASSEMBLY                   1
 #endif
 
 /**
@@ -528,7 +528,7 @@
  * controlled via IP_REASSEMBLY.
  */
 #ifndef IP_FRAG
-#define IP_FRAG                         0//pzn1
+#define IP_FRAG                         1
 #endif
 
 /**
@@ -881,7 +881,7 @@
  * LWIP_TCP==1: Turn on TCP.
  */
 #ifndef LWIP_TCP
-#define LWIP_TCP                        0
+#define LWIP_TCP                        1//jhc0
 #endif
 
 /**
@@ -1365,7 +1365,7 @@
  * timers running in tcpip_thread from another thread.
  */
 #ifndef LWIP_TCPIP_TIMEOUT
-#define LWIP_TCPIP_TIMEOUT              0
+#define LWIP_TCPIP_TIMEOUT              1//jhc0
 #endif
 
 /*