forked from quic-go/quic-go
Implement loss recovery from the current WG draft
Fixes #498 and will hopefully go a long way towards fixing the many flaky tests.
This commit is contained in:
@@ -15,8 +15,6 @@ type Packet struct {
|
||||
Length protocol.ByteCount
|
||||
EncryptionLevel protocol.EncryptionLevel
|
||||
|
||||
MissingReports uint8
|
||||
|
||||
SendTime time.Time
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user