forked from quic-go/quic-go
calculate the EntropyByte of every sent packet
This commit is contained in:
@@ -7,6 +7,7 @@ type Packet struct {
|
||||
PacketNumber protocol.PacketNumber
|
||||
Plaintext []byte
|
||||
EntropyBit bool
|
||||
Entropy EntropyAccumulator
|
||||
|
||||
MissingReports uint8
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user