forked from quic-go/quic-go
remove some unneccessary type conversions
This commit is contained in:
@@ -70,7 +70,7 @@ var _ = Describe("PRR sender", func() {
|
||||
})
|
||||
|
||||
It("burst loss results in slow start", func() {
|
||||
bytesInFlight := protocol.ByteCount(20 * protocol.DefaultTCPMSS)
|
||||
bytesInFlight := 20 * protocol.DefaultTCPMSS
|
||||
const numPacketsLost = 13
|
||||
const ssthreshAfterLoss = 10
|
||||
const congestionWindow = ssthreshAfterLoss * protocol.DefaultTCPMSS
|
||||
|
||||
Reference in New Issue
Block a user