mbed official / lwip

Dependents:   LwIPNetworking NetServicesMin EthernetInterface EthernetInterface_RSF ... more

Files at this revision

API Documentation at this revision

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