1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-05 08:10:38 +03:00

Merge branch 'datagram_packing' into message_reordering

This commit is contained in:
Hanno Becker
2018-08-22 10:25:40 +01:00
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 */
/*