forked from quic-go/quic-go
set the ACK frame delay time when generating the frame
This commit is contained in:
@@ -16,11 +16,7 @@ const ackDelayExponent = 3
|
||||
// An AckFrame is an ACK frame
|
||||
type AckFrame struct {
|
||||
AckRanges []AckRange // has to be ordered. The highest ACK range goes first, the lowest ACK range goes last
|
||||
|
||||
// time when the LargestAcked was receiveid
|
||||
// this field will not be set for received ACKs frames
|
||||
PacketReceivedTime time.Time
|
||||
DelayTime time.Duration
|
||||
DelayTime time.Duration
|
||||
}
|
||||
|
||||
// parseAckFrame reads an ACK frame
|
||||
|
||||
Reference in New Issue
Block a user