forked from quic-go/quic-go
ack ACK handling for ACKs without NACKs
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
type OutgoingPacketAckHandler interface {
|
||||
SentPacket(packet *Packet) error
|
||||
ReceivedAck(ackFrame *frames.AckFrame)
|
||||
ReceivedAck(ackFrame *frames.AckFrame) error
|
||||
|
||||
DequeuePacketForRetransmission() (packet *Packet)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user