You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The if statement means the receiver haven't receive the packet with first byte number of ack_num.
However, if the ack_num is not in the window since it always ack the next byte, maybe it will raise an Index Error
The text was updated successfully, but these errors were encountered:
In line 124, since you write
The
if
statement means the receiver haven't receive the packet with first byte number of ack_num.However, if the ack_num is not in the window since it always ack the next byte, maybe it will raise an Index Error
The text was updated successfully, but these errors were encountered: