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 support #935

Open
kyleholohan opened this issue Sep 18, 2023 · 0 comments
Open

IPv6 support #935

kyleholohan opened this issue Sep 18, 2023 · 0 comments
Labels
feature New Feature Request

Comments

@kyleholohan
Copy link
Contributor

kyleholohan commented Sep 18, 2023

Context

Currently, the various backends support only IPv4-based communication (see also #204). Backends should add IPv6 support.

Proposed Solution

With the resolution of #204, backends will optionally be able to support IPv6 in addition to IPv4 through the SocketAddr enum. Each backend can add support for IPv6 as appropriate.

Alternative Solutions

Support for IPv6 adds complexity, especially in inetstack. The alternative is to not offer such support.

@kyleholohan kyleholohan added the feature New Feature Request label Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Feature Request
Projects
None yet
Development

No branches or pull requests

1 participant