The Wayback Machine - https://web.archive.org/web/20201211135057/https://github.com/apple/swift-nio/issues/1649
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

Provide helper to create SocketAddress from packed byte representation #1649

Closed
Lukasa opened this issue Sep 24, 2020 · 2 comments
Closed

Provide helper to create SocketAddress from packed byte representation #1649

Lukasa opened this issue Sep 24, 2020 · 2 comments

Comments

@Lukasa
Copy link
Contributor

@Lukasa Lukasa commented Sep 24, 2020

We have helpers to create SocketAddress objects from string representations of IP addresses, but it would be good if we had helpers to create them from packed bytes as well. An example algorithm that we could repurpose is in #1648.

@ayshiff
Copy link
Contributor

@ayshiff ayshiff commented Nov 17, 2020

@Lukasa Can I work on this ?

@Lukasa
Copy link
Contributor Author

@Lukasa Lukasa commented Nov 17, 2020

Absolutely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.