forked from quic-go/quic-go
only delete a Packet from history in SentPacketHandler once it has been ACKed
This commit is contained in:
@@ -13,4 +13,5 @@ type Packet struct {
|
||||
Entropy EntropyAccumulator
|
||||
|
||||
MissingReports uint8
|
||||
Retransmitted bool // has this Packet ever been retransmitted
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user