mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 13:17:36 +03:00
remove unused duplicate packet detection in the ackHandler
This commit is contained in:
parent
34996e2a29
commit
d9b9d83458
4 changed files with 2 additions and 135 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue