read the ECN bits

This commit is contained in:
Marten Seemann 2020-08-10 09:40:04 +07:00
parent 876ab1d531
commit ea3d32394d
19 changed files with 420 additions and 75 deletions

View file

@ -37,10 +37,10 @@ func (t PacketType) String() string {
type ECN uint8
const (
ECNNon ECN = iota
ECT0
ECT1
ECNCE
ECNNon ECN = iota // 00
ECT1 // 01
ECT0 // 10
ECNCE // 11
)
// A ByteCount in QUIC