delta param

Dependents:   EthernetInterface

Fork of lwip by mbed official

Files at this revision

API Documentation at this revision

Comitter:
klauss
Date:
Wed Jan 07 21:48:37 2015 +0000
Parent:
27:455c1329fa76
Child:
29:da6f39d13880
Commit message:
wip

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 Jan 05 12:42:57 2015 +0000
+++ b/include/lwip/opt.h	Wed Jan 07 21:48:37 2015 +0000
@@ -520,7 +520,7 @@
  * via IP_FRAG.
  */
 #ifndef IP_REASSEMBLY
-#define IP_REASSEMBLY                   1
+#define IP_REASSEMBLY                   0//pzn1
 #endif
 
 /**
@@ -529,7 +529,7 @@
  * controlled via IP_REASSEMBLY.
  */
 #ifndef IP_FRAG
-#define IP_FRAG                         1
+#define IP_FRAG                         o//pzn1
 #endif
 
 /**
@@ -637,7 +637,7 @@
  * LWIP_RAW==1: Enable application layer to hook into the IP layer itself.
  */
 #ifndef LWIP_RAW
-#define LWIP_RAW                        1
+#define LWIP_RAW                        0//pzn1
 #endif
 
 /**
@@ -882,7 +882,7 @@
  * LWIP_TCP==1: Turn on TCP.
  */
 #ifndef LWIP_TCP
-#define LWIP_TCP                        1//jhc0
+#define LWIP_TCP                        0
 #endif
 
 /**
@@ -1841,7 +1841,7 @@
  * SOCKETS_DEBUG: Enable debugging in sockets.c.
  */
 #ifndef SOCKETS_DEBUG
-#define SOCKETS_DEBUG                   LWIP_DBG_OFF
+#define SOCKETS_DEBUG                   LWIP_DBG_ON//LWIP_DBG_OFF
 #endif
 
 /**