Merge branch 'datagram_packing' into message_reordering

This commit is contained in:
Hanno Becker 2018-08-22 10:25:40 +01:00
commit 3546201dbc
5 changed files with 121 additions and 17 deletions

View file

@ -334,6 +334,8 @@ struct mbedtls_ssl_handshake_params
} future_record;
} buffering;
uint16_t mtu; /*!< Handshake mtu, used to fragment outgoing messages */
#endif /* MBEDTLS_SSL_PROTO_DTLS */
/*