This is lwip library for WlanBP3595 library. We forked lwip library. We extended TCP/IP thread stack size.

Fork of lwip by mbed official

Files at this revision

API Documentation at this revision

Comitter:
tousaki
Date:
Fri Dec 25 05:54:39 2015 +0000
Parent:
19:1046f8be4d44
Commit message:
We forked lwip library.; We extended TCP/IP thread stack size.

Changed in this revision

lwipopts.h Show annotated file Show diff for this revision Revisions of this file
diff -r 1046f8be4d44 -r 23fd48e7c5cf lwipopts.h
--- a/lwipopts.h	Thu Mar 12 14:31:39 2015 +0000
+++ b/lwipopts.h	Fri Dec 25 05:54:39 2015 +0000
@@ -37,7 +37,7 @@
 #define DEFAULT_RAW_RECVMBOX_SIZE   8
 #define DEFAULT_ACCEPTMBOX_SIZE     8
 
-#define TCPIP_THREAD_STACKSIZE      1024
+#define TCPIP_THREAD_STACKSIZE      2048
 #define TCPIP_THREAD_PRIO           (osPriorityNormal)
 
 #define DEFAULT_THREAD_STACKSIZE    512