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

Add support for ipv6 address resolution preferences to srt. #4317

Merged
merged 19 commits into from
Jan 22, 2025
Merged

Conversation

toots
Copy link
Member

@toots toots commented Jan 15, 2025

This PR introduces explicit resolution settings to SRT addresses. The user can decide if addresses should be resolved as ipv4 or ipv6 by default.

It also removes an indirection that was causing uncertainty when resolving addresses. With the chances in this PR, addresses are resolved only once and directly using the getaddrinfo API.

Global settings are also introduced for both SRT and icecast to allow the user to change the preference for all instances of their operators at once.

@toots toots changed the title Add ipv6only, debug. Add support for ipv6 address resolution preferences to srt. Jan 15, 2025
@toots toots marked this pull request as ready for review January 15, 2025 20:14
@toots toots force-pushed the srt-ipv6only branch 4 times, most recently from 1b0836c to 9c7cfb8 Compare January 18, 2025 17:29
@toots toots merged commit 3472313 into main Jan 22, 2025
4 checks passed
@toots toots deleted the srt-ipv6only branch January 22, 2025 01:55
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.

1 participant