forked from quic-go/quic-go
rename the Cleartext Long Header type to Handshake
This was recently changed in the draft.
This commit is contained in:
@@ -31,8 +31,8 @@ const (
|
||||
PacketTypeInitial PacketType = 2
|
||||
// PacketTypeRetry is the packet type of a Retry packet
|
||||
PacketTypeRetry PacketType = 3
|
||||
// PacketTypeCleartext is the packet type of a Cleartext packet
|
||||
PacketTypeCleartext PacketType = 4
|
||||
// PacketTypeHandshake is the packet type of a Cleartext packet
|
||||
PacketTypeHandshake PacketType = 4
|
||||
// PacketType0RTT is the packet type of a 0-RTT packet
|
||||
PacketType0RTT PacketType = 5
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user