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

Set UV_TCP_IPV6ONLY flag when binding async IPv6 TCP connnections #869

Closed
wants to merge 1 commit into from

Conversation

Kaiepi
Copy link
Contributor

@Kaiepi Kaiepi commented Jun 3, 2018

Binding without it on OpenBSD causes uv_tcp_bind to return EINVAL when
calling MVM_io_socket_listen_async with an IPv6 address.

Fixes rakudo/rakudo#1879

Binding without it on OpenBSD causes uv_tcp_bind to return EINVAL when
calling MVM_io_socket_listen_async with an IPv6 address.

Fixes rakudo/rakudo#1879
@Kaiepi
Copy link
Contributor Author

Kaiepi commented Jun 3, 2018

Never mind, this breaks hosting on localhost. I'll keep looking for a proper fix

@Kaiepi Kaiepi closed this Jun 3, 2018
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.

None yet

1 participant