sender
. Tag the sender in the hash table as 'received'. If all ACKs have been received, remove the entry all together.
@param seqno The sequence number of the message for which an ACK hasbeen received.
@param sender The sender which sent the ACK
msgs
, removing them also from retransmission. If sliding window protocol is used, and was queueing, check whether we can resume adding elements. Add all elements. If this goes above window_size, stop adding and back to queueing. Else set queueing to false.
|
|
|
|
|
|
|
|
|
|
|
|