forked from quic-go/quic-go
fix some linter warnings
This commit is contained in:
@@ -62,5 +62,5 @@ const DefaultRetransmissionTime = 500 * time.Millisecond
|
||||
// MinRetransmissionTime is the minimum RTO time
|
||||
const MinRetransmissionTime = 200 * time.Millisecond
|
||||
|
||||
// ClientHelloMinimumSize is the minimum size the server expectes an inchoate CHLO to have.
|
||||
// ClientHelloMinimumSize is the minimum size the server expects an inchoate CHLO to have.
|
||||
const ClientHelloMinimumSize = 1024
|
||||
|
||||
Reference in New Issue
Block a user