forked from quic-go/quic-go
add method to ask SendPacketHandler if any retransmissions queued
This commit is contained in:
@@ -27,6 +27,10 @@ func (h *mockSentPacketHandler) DequeuePacketForRetransmission() (packet *ackhan
|
||||
return nil
|
||||
}
|
||||
|
||||
func (h *mockSentPacketHandler) HasPacketForRetransmission() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (h *mockSentPacketHandler) BytesInFlight() protocol.ByteCount {
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user