We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15efa42 commit dc9a7ceCopy full SHA for dc9a7ce
common.go
@@ -42,7 +42,7 @@ const (
42
maxCiphertextTLS13 = 16384 + 256 // maximum ciphertext length in TLS 1.3
43
recordHeaderLen = 5 // record header length
44
maxHandshake = 65536 // maximum handshake we support (protocol max is 16 MB)
45
- maxUselessRecords = 16 // maximum number of consecutive non-advancing records
+ maxUselessRecords = 32 // maximum number of consecutive non-advancing records
46
)
47
48
// TLS record types.
0 commit comments