reduce calls to time.Now() from the flow controller

This commit is contained in:
Marten Seemann 2020-06-07 10:46:24 +07:00
parent 05514ab375
commit 66eeff040b
3 changed files with 9 additions and 7 deletions

View file

@ -145,7 +145,7 @@ var _ = Describe("Base Flow controller", func() {
It("doesn't increase the window size when no RTT estimate is available", func() {
setRtt(0)
controller.startNewAutoTuningEpoch()
controller.startNewAutoTuningEpoch(time.Now())
controller.AddBytesRead(400)
offset := controller.getWindowUpdate()
Expect(offset).ToNot(BeZero()) // make sure a window update is sent