Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On Read Retransmit send FSM to SENDING
RFC6347 Section-4.2.4 states ``` The implementation reads a retransmitted flight from the peer: the implementation transitions to the SENDING state, where it retransmits the flight, resets the retransmit timer, and returns to the WAITING state. The rationale here is that the receipt of a duplicate message is the likely result of timer expiry on the peer and therefore suggests that part of one's previous flight was lost. ``` Resolves #478
- Loading branch information