wip
Dependents: EthernetInterface_vz
Fork of lwip by
Diff: include/lwip/opt.h
- Revision:
- 23:70978ec2996f
- Parent:
- 21:568185eacced
- Child:
- 24:a66cdbe314f0
diff -r 568185eacced -r 70978ec2996f include/lwip/opt.h --- a/include/lwip/opt.h Tue Sep 16 20:59:56 2014 +0000 +++ b/include/lwip/opt.h Thu Oct 02 18:18:38 2014 +0000 @@ -528,7 +528,7 @@ * controlled via IP_REASSEMBLY. */ #ifndef IP_FRAG -#define IP_FRAG 1//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 #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 #endif /*