forked from quic-go/quic-go
Simplify RPH ack alarm to be in line with the SPH alarm
This commit is contained in:
@@ -27,5 +27,6 @@ type ReceivedPacketHandler interface {
|
||||
ReceivedPacket(packetNumber protocol.PacketNumber, shouldInstigateAck bool) error
|
||||
ReceivedStopWaiting(*frames.StopWaitingFrame) error
|
||||
|
||||
GetAlarmTimeout() time.Time
|
||||
GetAckFrame() *frames.AckFrame
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user