Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion quic/s2n-quic/src/tests/buffer_limit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use s2n_quic_core::{crypto::tls::Error as TlsError, transport};
// It helps to expand the Client Hello size to excced 64 KB, by filling
// the alpn extension in Client Hello with 65310 bytes.
static FAKE_PROTOCOL_COUNT: u16 = 4665;
// Maximum handshake message size is 64KB in S2N-TLS.
// Maximum handshake message size is 64KB in S2N-TLS and Rustls.
static MAXIMUM_HANDSHAKE_MESSAGE_SIZE: usize = 65536;

//= https://www.rfc-editor.org/rfc/rfc9000#section-4
Expand Down
Loading