forked from quic-go/quic-go
delete unacknowledged packets from the packet history after 3 PTOs
This commit is contained in:
@@ -18,6 +18,7 @@ type Packet struct {
|
||||
SendTime time.Time
|
||||
|
||||
includedInBytesInFlight bool
|
||||
declaredLost bool
|
||||
}
|
||||
|
||||
// SentPacketHandler handles ACKs received for outgoing packets
|
||||
|
||||
Reference in New Issue
Block a user