mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 13:47:35 +03:00
remove unused congestion const
This commit is contained in:
parent
57cce4ebae
commit
3b1231db81
2 changed files with 6 additions and 8 deletions
|
@ -2,10 +2,6 @@ package protocol
|
|||
|
||||
import "time"
|
||||
|
||||
// MaxCongestionWindow is the maximum size of the CWND, in packets.
|
||||
// TODO: Unused?
|
||||
const MaxCongestionWindow PacketNumber = 200
|
||||
|
||||
// DefaultMaxCongestionWindow is the default for the max congestion window
|
||||
const DefaultMaxCongestionWindow PacketNumber = 1000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue