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.
Dependents: LwIPNetworking NetServicesMin EthernetInterface EthernetInterface_RSF ... more
Revision 20:08f08bfc3f3d, committed 2016-03-14
- Comitter:
- mbed_official
- Date:
- Mon Mar 14 16:15:36 2016 +0000
- Parent:
- 19:1046f8be4d44
- Commit message:
- Synchronized with git revision fec574a5ed6db26aca1b13992ff271bf527d4a0d
Full URL: https://github.com/mbedmicro/mbed/commit/fec574a5ed6db26aca1b13992ff271bf527d4a0d/
Increased allocated netbufs to handle DTLS handshakes
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 Mon Mar 14 16:15:36 2016 +0000 @@ -51,7 +51,9 @@ #define PBUF_POOL_SIZE 5 #define MEMP_NUM_TCP_PCB_LISTEN 4 #define MEMP_NUM_TCP_PCB 4 +#define MEMP_NUM_UDP_PCB 4 #define MEMP_NUM_PBUF 8 +#define MEMP_NUM_NETBUF 8 #define TCP_QUEUE_OOSEQ 0 #define TCP_OVERSIZE 0
