Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix selective repeat implementation #1

Open
meechta opened this issue Nov 21, 2017 · 0 comments
Open

Fix selective repeat implementation #1

meechta opened this issue Nov 21, 2017 · 0 comments
Labels

Comments

@meechta
Copy link
Owner

meechta commented Nov 21, 2017

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.

@meechta meechta added the bug label Nov 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant