forked from quic-go/quic-go
set the Long Header packet type based on the state of the handshake
This commit is contained in:
@@ -24,7 +24,7 @@ type Header struct {
|
||||
DiversificationNonce []byte
|
||||
|
||||
// only needed for the IETF Header
|
||||
Type uint8
|
||||
Type protocol.PacketType
|
||||
IsLongHeader bool
|
||||
KeyPhase int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user