only delete a Packet from history in SentPacketHandler once it has been ACKed

This commit is contained in:
Marten Seemann
2016-04-27 17:19:54 +07:00
parent 2c95141ee1
commit 2056960e07
3 changed files with 11 additions and 14 deletions

View File

@@ -13,4 +13,5 @@ type Packet struct {
Entropy EntropyAccumulator
MissingReports uint8
Retransmitted bool // has this Packet ever been retransmitted
}