-
Notifications
You must be signed in to change notification settings - Fork 18
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
Receiving != data sender #224
Comments
No I believe data sender is correct but I guess the scenarios is not really clear here as this is probably only true if data is only flowing in one direction. In this case the data sender keeps sending the same amount of data independent of the ACK frequency, thus the data receiver has always the same load in receiving UDP packets. However, if the data receiver sends less ACK frames the data sender will receive less UDP packets. |
I created PR #265. Does it help? |
From the intro
I think this should be data receiver?
The text was updated successfully, but these errors were encountered: