Simplify RPH ack alarm to be in line with the SPH alarm

This commit is contained in:
Lucas Clemente
2017-06-21 13:58:41 +02:00
parent d3baf5282a
commit 627b762421
5 changed files with 19 additions and 40 deletions

View File

@@ -27,5 +27,6 @@ type ReceivedPacketHandler interface {
ReceivedPacket(packetNumber protocol.PacketNumber, shouldInstigateAck bool) error
ReceivedStopWaiting(*frames.StopWaitingFrame) error
GetAlarmTimeout() time.Time
GetAckFrame() *frames.AckFrame
}