-
Notifications
You must be signed in to change notification settings - Fork 81
Add NADA implementation #117
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #117 +/- ##
==========================================
- Coverage 79.30% 79.29% -0.02%
==========================================
Files 51 56 +5
Lines 2460 2748 +288
==========================================
+ Hits 1951 2179 +228
- Misses 419 470 +51
- Partials 90 99 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This change adds the NADA congestion control implementation. The binding to cc is left TODO.
Hi! Is there some problems with implementation? Feature looks so good but hasn't been pushed in master yet :( |
I’ve used the code before in production. Actually it works quite well and
can often be more stable for higher bitrate use cases.
I didn’t have the time to get it working with the interceptor library back
then, a contribution would be welcome!
…On Tue, Sep 16, 2025 at 5:47 AM Krage56 ***@***.***> wrote:
*Krage56* left a comment (pion/interceptor#117)
<#117 (comment)>
@kevmo314 <https://github.com/kevmo314> This is great, thanks for
implementing it! Sorry I didn't get to review/test this earlier! I started
#149 <#149> now to integrate it
into interceptors and will try to find some time to review the code and
understand NADA better.
Hi! Is there some problems with implementation? Feature looks so good but
hasn't been pushed in master yet :(
—
Reply to this email directly, view it on GitHub
<#117 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD423RP45KUDGFD3OYBFP33S7MDVAVCNFSM6AAAAACGUGLQE6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTEOJXGIYDENJZGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This change adds the NADA congestion control implementation.
The binding to cc is left TODO.