delta param

Dependents:   EthernetInterface

Fork of lwip by mbed official

Files at this revision

API Documentation at this revision

Comitter:
klauss
Date:
Tue Dec 16 12:12:21 2014 +0000
Parent:
25:be026e8a94f2
Child:
27:455c1329fa76
Commit message:
personal config

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 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
 
 /**