forked from quic-go/quic-go
implement server-side path validation logic (#4944)
This commit is contained in:
@@ -17,6 +17,7 @@ type mtuDiscoverer interface {
|
||||
ShouldSendProbe(now time.Time) bool
|
||||
CurrentSize() protocol.ByteCount
|
||||
GetPing(now time.Time) (ping ackhandler.Frame, datagramSize protocol.ByteCount)
|
||||
Reset(now time.Time, start, max protocol.ByteCount)
|
||||
}
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user