forked from quic-go/quic-go
don't reduce the congestion window when a path MTU probe packet is lost
This commit is contained in:
@@ -16,6 +16,8 @@ type Packet struct {
|
||||
EncryptionLevel protocol.EncryptionLevel
|
||||
SendTime time.Time
|
||||
|
||||
IsPathMTUProbePacket bool // We don't report the loss of Path MTU probe packets to the congestion controller.
|
||||
|
||||
includedInBytesInFlight bool
|
||||
declaredLost bool
|
||||
skippedPacket bool
|
||||
|
||||
Reference in New Issue
Block a user