disable the two-connection mode of the congestion controller

This commit is contained in:
Marten Seemann
2019-07-25 16:34:44 -04:00
parent 7a294f6a78
commit f7eb13fff1
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ const cubeScale = 40
const cubeCongestionWindowScale = 410
const cubeFactor protocol.ByteCount = 1 << cubeScale / cubeCongestionWindowScale / protocol.DefaultTCPMSS
const defaultNumConnections = 2
const defaultNumConnections = 1
// Default Cubic backoff factor
const beta float32 = 0.7