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 21:83acd30508d0, committed 2018-05-10
- Comitter:
- mmdonatti
- Date:
- Thu May 10 18:17:16 2018 +0000
- Parent:
- 20:08f08bfc3f3d
- Commit message:
- hostname adjust + modified define to make 2 socket servers working at the same time
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 Mar 14 16:15:36 2016 +0000 +++ b/include/lwip/opt.h Thu May 10 18:17:16 2018 +0000 @@ -327,7 +327,7 @@ * (only needed if you use the sequential API, like api_lib.c) */ #ifndef MEMP_NUM_NETCONN -#define MEMP_NUM_NETCONN 4 +#define MEMP_NUM_NETCONN 8 #endif /**