mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 06:16:42 +01:00
Merge branch 'datagram_packing' into message_reordering
This commit is contained in:
commit
3546201dbc
5 changed files with 121 additions and 17 deletions
|
|
@ -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 */
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue