Merge branch 'iotssl-2402-basic-pmtu-adaptation' into datagram_packing

This commit is contained in:
Hanno Becker 2018-08-22 10:05:20 +01:00
commit a67dee256d
4 changed files with 51 additions and 4 deletions

View file

@ -7,6 +7,9 @@ Features
is controlled by the maximum fragment length as set locally or negotiated
with the peer, as well as by a new per-connection MTU option, set using
mbedtls_ssl_set_mtu().
* Add support for auto-adjustment of MTU to a safe value during the
handshake when flights do not get through (RFC 6347, section 4.1.1.1,
last paragraph).
* Add support for packing multiple records within a single datagram,
enabled by default.