forked from quic-go/quic-go
introduce an invalid packet number to simplify ackhandler and congestion
This commit is contained in:
@@ -5,9 +5,6 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// A PacketNumber in QUIC
|
||||
type PacketNumber uint64
|
||||
|
||||
// The PacketType is the Long Header Type
|
||||
type PacketType uint8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user