wip
Dependents: EthernetInterface_vz
Fork of lwip by
Diff: include/lwip/opt.h
- Revision:
- 26:8c96ab063046
- Parent:
- 25:be026e8a94f2
- Child:
- 27:455c1329fa76
diff -r be026e8a94f2 -r 8c96ab063046 include/lwip/opt.h --- a/include/lwip/opt.h Mon Oct 20 19:28:02 2014 +0000 +++ b/include/lwip/opt.h Tue Dec 16 12:12:21 2014 +0000 @@ -1321,7 +1321,7 @@ * to sys_mbox_new() when the recvmbox is created. */ #ifndef DEFAULT_TCP_RECVMBOX_SIZE -#define DEFAULT_TCP_RECVMBOX_SIZE 0 +#define DEFAULT_TCP_RECVMBOX_SIZE 8//jhc0 #endif /**