mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
run gofumpt, enable the gofumpt linter
This commit is contained in:
parent
598f975024
commit
8752576f26
50 changed files with 132 additions and 109 deletions
|
@ -9,8 +9,10 @@ import (
|
|||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
const initialCongestionWindowPackets = 10
|
||||
const defaultWindowTCP = protocol.ByteCount(initialCongestionWindowPackets) * maxDatagramSize
|
||||
const (
|
||||
initialCongestionWindowPackets = 10
|
||||
defaultWindowTCP = protocol.ByteCount(initialCongestionWindowPackets) * maxDatagramSize
|
||||
)
|
||||
|
||||
type mockClock time.Time
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue