remove unused congestion const

This commit is contained in:
Lucas Clemente 2016-09-05 00:57:14 +02:00
parent 57cce4ebae
commit 3b1231db81
2 changed files with 6 additions and 8 deletions

View file

@ -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