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

fix STUN keepalives #231

Merged
merged 1 commit into from
Nov 28, 2023
Merged

fix STUN keepalives #231

merged 1 commit into from
Nov 28, 2023

Conversation

mildsunrise
Copy link
Contributor

otherwise, the presence of connections that send keepalives but never receive an answer back causes onTimer() to never go to the second half where it sends keepalives for the healthy connections.

the effect is that the RTPBundleTransport is kept busy sending keepalives to a select number of connections, while keepalives are effectively disabled for the rest.

Copy link
Member

@murillo128 murillo128 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@murillo128 murillo128 merged commit 966e3f6 into master Nov 28, 2023
1 check passed
@murillo128 murillo128 deleted the dev/alba/fix-stun-keepalive branch November 28, 2023 07:30
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

Successfully merging this pull request may close these issues.

2 participants