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

[core] asio server per default initialized with ipv6 #1646

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

KerstinKeller
Copy link
Contributor

@KerstinKeller KerstinKeller commented Jul 4, 2024

(which can fallback to ipv4 usage).

Description

On systems which use IPv6 per default, there is currently a significant "waiting time" during the startup period of tasks which are using eCAL Services.
This is due to tthe circumstance, that the asio server is currently initialized with an IPv4 address and thus doesn't accept IPv6 requests.
This PR fixes that.

Related issues

#1644

Copy link
Contributor

@rex-schilasky rex-schilasky left a comment

Choose a reason for hiding this comment

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

small change with a big impact

@KerstinKeller KerstinKeller merged commit 3b1082b into support/v5.12 Jul 5, 2024
15 of 16 checks passed
@KerstinKeller KerstinKeller deleted the hotfix/service-activate-ipv6 branch July 17, 2024 13:05
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