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

@@ -24,6 +24,7 @@ var _ = Describe("Cubic", func() {
BeforeEach(func() {
clock = mockClock{}
cubic = NewCubic(&clock)
cubic.SetNumConnections(int(numConnections))
})
renoCwnd := func(currentCwnd protocol.ByteCount) protocol.ByteCount {