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

reading-server does not work if ipv6 is disabled #5

Open
fstshrk opened this issue Jun 19, 2014 · 0 comments
Open

reading-server does not work if ipv6 is disabled #5

fstshrk opened this issue Jun 19, 2014 · 0 comments

Comments

@fstshrk
Copy link

fstshrk commented Jun 19, 2014

reading-server does not work if ipv6 is disabled, because it only tries a v6 socket:
int sock = socket(AF_INET6, SOCK_STREAM, 0);

It would be great if there was a -4 or -6 option to select the socket type or use a socket with fallback option to v4. In our environment, v6 is currently not supported.

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

No branches or pull requests

1 participant