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
Timer is not being started properly after A_input() is called.
When a timer is stopped, when an ack is returned == to base, timer is stopped and then the timer will start again for the next packet being sent if there are buffered packets. BUT there is no check for packets in transit, if there are, a timer should be started again for the time remaining on the next seq num.
The text was updated successfully, but these errors were encountered:
Timer is not being started properly after A_input() is called.
When a timer is stopped, when an ack is returned == to base, timer is stopped and then the timer will start again for the next packet being sent if there are buffered packets. BUT there is no check for packets in transit, if there are, a timer should be started again for the time remaining on the next seq num.
The text was updated successfully, but these errors were encountered: