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

Delay NACK sending to allow misordered packets to arrive #150

Open
dktapps opened this issue Apr 28, 2022 · 0 comments
Open

Delay NACK sending to allow misordered packets to arrive #150

dktapps opened this issue Apr 28, 2022 · 0 comments

Comments

@dktapps
Copy link
Member

dktapps commented Apr 28, 2022

Currently we send out NACKs at the same time as ACKs, which might not be beneficial for packets that arrived in the wrong order. It might make sense to allow them more time to arrive before sending a NACK.

The tradeoff here is that taking longer to NACK a packet which is actually lost will cause it to take longer to get resent, potentially causing brief processing latency spikes (since MCPE always uses reliable-ordered).

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

No branches or pull requests

1 participant