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

ipv6 #9

Open
ton4eg opened this issue Apr 4, 2016 · 2 comments
Open

ipv6 #9

ton4eg opened this issue Apr 4, 2016 · 2 comments

Comments

@ton4eg
Copy link

ton4eg commented Apr 4, 2016

Is it possbile to use waffle in ipv6 only envirement?

I tried different --host params but can't recieve a result.

th daemon.lua --debug --print --port 8091 --host ::1
Listening on ::1:8091

curl -g -6 "http://[::1]:8091/m"
curl: (7) couldn't connect to host

@benglard
Copy link
Owner

benglard commented Apr 4, 2016

As of now async (which waffle is built on) seems to only support ipv4 tcp sockets even though it also seems that all the building blocks are there to support ipv6. You should probably open an issue on the async repo and then I can update waffle after it's done.

@ton4eg
Copy link
Author

ton4eg commented Apr 5, 2016

Here is an issue:
clementfarabet/async#29

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

2 participants