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

Implement loss list #12

Open
coditva opened this issue May 3, 2018 · 1 comment
Open

Implement loss list #12

coditva opened this issue May 3, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@coditva
Copy link
Owner

coditva commented May 3, 2018

Keep a loss list and send NAKs for lost packets. Keep a sender's loss list for lost packets and re-transmit them when needed.

@coditva coditva added the enhancement New feature or request label May 3, 2018
@coditva
Copy link
Owner Author

coditva commented May 4, 2018

Store the packets in the sender's loss list. Use timed deltas to remove the packets from it.
OR
Use a sliding window and remove packets accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant