mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 20:06:53 +00:00
Increase maximum number of buffered handshake messages
This commit is contained in:
parent
f103542c3d
commit
d488b9e490
|
@ -156,7 +156,7 @@
|
||||||
( MBEDTLS_SSL_OUT_CONTENT_LEN ) )
|
( MBEDTLS_SSL_OUT_CONTENT_LEN ) )
|
||||||
|
|
||||||
/* The maximum number of buffered handshake messages. */
|
/* The maximum number of buffered handshake messages. */
|
||||||
#define MBEDTLS_SSL_MAX_BUFFERED_HS 2
|
#define MBEDTLS_SSL_MAX_BUFFERED_HS 4
|
||||||
|
|
||||||
/* Maximum length we can advertise as our max content length for
|
/* Maximum length we can advertise as our max content length for
|
||||||
RFC 6066 max_fragment_length extension negotiation purposes
|
RFC 6066 max_fragment_length extension negotiation purposes
|
||||||
|
|
Loading…
Reference in a new issue