Open
Description
Reading the example in #42, where there is
RetransmitRequest FromSeqNo=1000 Count=20
Retransmission FromSeqno=1000 Count=5, followed by 5 application messages
Would it be correct for the re-transmitting side to issue
Retransmission FromSeqno=1005 Count=5, followed by 5 application messages
without a second RetransmitRequest?
Given the example in 7.3.4.2, where the re-transmitting side satisfies a single RetransmitRequest with two Retransmissions, it seems like that behavior is allowed.
However, if that is allowed, I'm confused, how would the requesting side know if it would need to make a second request or not?