SRTLA: choose connection used to register the group by probing RTT#173
Merged
eerimoq merged 1 commit intoeerimoq:mainfrom Oct 9, 2025
Merged
SRTLA: choose connection used to register the group by probing RTT#173eerimoq merged 1 commit intoeerimoq:mainfrom
eerimoq merged 1 commit intoeerimoq:mainfrom
Conversation
Contributor
Author
|
Oops, I've missed one thing in the state machine there. Will push a fix shortly |
5c730c1 to
3e8ebfa
Compare
Owner
|
Run |
This allows the client to find a connection that's 1) working and 2) has the lowest RTT, and only then use it to attempt to register the SRTLA connection group Should improve connection reliability and speed when some (but not all) of the networks are congested or otherwise have high latency. This is essentially the same functionality introduced in srtla_send in 2023 here: BELABOX/srtla@f0edf2e...f138fb4 Additionally, we use this to allow clients with connections routed to multiple POPs of our BELABOX cloud anycast network to steer the connection towards a preferred location
3e8ebfa to
f986e8e
Compare
datagutt
added a commit
to irlserver/srtla_send
that referenced
this pull request
Oct 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allows the client to find a connection that's 1) working and 2) has the lowest RTT, and only then use it to attempt to register the SRTLA connection group
Should improve connection reliability and speed when some (but not all) of the networks are congested or otherwise have high latency. This is essentially the same functionality introduced in srtla_send in 2023 here:
BELABOX/srtla@f0edf2e...f138fb4
Additionally, we use this to allow clients with connections routed to multiple POPs of our BELABOX cloud anycast network to steer the connection towards a preferred location