forked from quic-go/quic-go
disable the two-connection mode of the congestion controller
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user