increase mininum stateless reset size

This commit is contained in:
Marten Seemann 2018-11-27 09:27:18 +07:00
parent cf957bb3d0
commit 314056f6dd
2 changed files with 3 additions and 3 deletions

View file

@ -58,5 +58,8 @@ const DefaultTCPMSS ByteCount = 1460
// MinInitialPacketSize is the minimum size an Initial packet is required to have.
const MinInitialPacketSize = 1200
// MinStatelessResetSize is the minimum size of a stateless reset packet
const MinStatelessResetSize = 1 /* first byte */ + 22 /* random bytes */ + 16 /* token */
// MinConnectionIDLenInitial is the minimum length of the destination connection ID on an Initial packet.
const MinConnectionIDLenInitial = 8