mbed-os/libraries/net
Christopher Haster 8dd5647069 Increased allocated netbufs to handle DTLS handshakes
UDP based protocols such as DTLS may fragment large packets, resulting
in many packets being sent at once. This can lead to significant/irrecoverable
packet loss on systems that respond to packets slower than network transfers.

Increasing MEMP_NUM_NETBUF to 8 allows lwip to handle a DTLS handshake
successfully and should be more robust for similar protocols.

DTLS handshake:
https://tools.ietf.org/html/rfc4347#section-4.2.3
2016-03-04 04:02:28 -06:00
..
cellular Fixed a couple of compilation errors in CellularModem 2014-05-08 10:58:57 +01:00
eth Modify the format of code 2015-11-02 17:50:04 +09:00
https Fixed some bugs in HTTPS library 2013-08-07 14:38:07 +03:00
lwip Increased allocated netbufs to handle DTLS handshakes 2016-03-04 04:02:28 -06:00