mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #1596 from geky/master
Increased allocated netbufs to handle DTLS handshakespull/1615/head
commit
fec574a5ed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue