mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-08 14:49:59 -04: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…
x
Reference in New Issue
Block a user