remove unused duplicate packet detection in the ackHandler

This commit is contained in:
Marten Seemann 2017-09-14 17:55:55 +07:00
parent 34996e2a29
commit d9b9d83458
4 changed files with 2 additions and 135 deletions

View file

@ -87,9 +87,6 @@ const STKExpiryTime = 24 * time.Hour
// MaxTrackedSentPackets is maximum number of sent packets saved for either later retransmission or entropy calculation
const MaxTrackedSentPackets = 2 * DefaultMaxCongestionWindow
// MaxTrackedReceivedPackets is the maximum number of received packets saved for doing the entropy calculations
const MaxTrackedReceivedPackets = 2 * DefaultMaxCongestionWindow
// MaxTrackedReceivedAckRanges is the maximum number of ACK ranges tracked
const MaxTrackedReceivedAckRanges = DefaultMaxCongestionWindow