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

Listen on IPv4 and IPv6 #731

Open
ra-at-diladele-com opened this issue Jun 27, 2024 · 2 comments
Open

Listen on IPv4 and IPv6 #731

ra-at-diladele-com opened this issue Jun 27, 2024 · 2 comments
Assignees
Milestone

Comments

@ra-at-diladele-com
Copy link
Contributor

Currently we only listen on the IPv4 port 8080 or 8443 in WFP.
To support IPv6 we need to listen on any IPv6 port too as described at https://stackoverflow.com/questions/31125229/accept-ipv4-and-ipv6-together-in-boostasio

@ra-at-diladele-com ra-at-diladele-com added this to the N.0 Next milestone Jun 27, 2024
@ra-at-diladele-com ra-at-diladele-com self-assigned this Jun 27, 2024
@ra-at-diladele-com
Copy link
Contributor Author

Note the change might mean:

  • we need to support 4 listeners (2 for 8080/8443 as now and 2 more for IPv6 version of 8080, 8443)
  • we also need to see how the resolver would work and also how the parallel origin connect would work with IPv4 and IPv6 origin connections separately

@ra-at-diladele-com
Copy link
Contributor Author

As amount of changes is significant - most probably we will postpone this for a while.

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