Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of lwip by
Revision 20:23fd48e7c5cf, committed 2015-12-25
- 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 |
--- 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
