delta param

Dependents:   EthernetInterface

Fork of lwip by mbed official

Files at this revision

API Documentation at this revision

Comitter:
klauss
Date:
Mon Oct 20 16:12:04 2014 +0000
Parent:
23:70978ec2996f
Child:
25:be026e8a94f2
Commit message:
personal config

Changed in this revision

include/lwip/opt.h Show annotated file Show diff for this revision Revisions of this file
lwipopts.h Show annotated file Show diff for this revision Revisions of this file
--- 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
 
 /*
--- a/lwipopts.h	Thu Oct 02 18:18:38 2014 +0000
+++ b/lwipopts.h	Mon Oct 20 16:12:04 2014 +0000
@@ -24,7 +24,6 @@
 // Operating System 
 #define NO_SYS                      0
 
-
 #if NO_SYS == 0
 #include "cmsis_os.h"