-
Notifications
You must be signed in to change notification settings - Fork 861
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 bandwidth limitation problem #1996
Conversation
hi @maxsharabayko ,will you accept this pull request? |
or you have some more good ideas to fix this problem? |
Hi @cg82616424 Delaying a decision to mark a packet for retransmission might have a negative impact on loss recovery. The use case you have described is related to #638, #713, and #1738. The logic of bandwidth limitation needs to be improved with all those cases in mind. I am afraid I can't accept this PR until this improvement work is started. BTW consider using the |
Hi @maxsharabayko : thanks for your reply:
yes, I have readed this logic; so I think, this may be a bug. |
so, as I described above. |
Hi @maxsharabayko is this really a bug? |
close it |
if set a very low bandwidth(on some IOT devices) limitation, the real bandwidth is not very accuracy with the number set by SRTO_MAXBW; main reason is that checkrexmit timer will call update function and let sender worker sendout a message。so if we need very low bandwidth limitation, this problem must be fixed;