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 #1

Open
salesiss opened this issue Jun 29, 2017 · 1 comment
Open

ipv6 support #1

salesiss opened this issue Jun 29, 2017 · 1 comment

Comments

@salesiss
Copy link

Hy zerovm/UI, does udt support ipv6 or can it be implemented ?

It would be nice for ipv6 to work, having ipv6-only bindings.

@salesiss
Copy link
Author

salesiss commented Jun 29, 2017

It's easy to edit appclient.c and appserver, for example and change a single line:
vi appserver.c
vi appclient.c

Change:
/* We only care about IPV6 results */
near line44: hints.ai_family = AF_INET6;

works fine.

But addional best practices logic for ipv6 domain name resolution, implementation of command line parameters, such -4 or -6 (like telnet) and the complicated ipv6 address syntax:
that's still is work to do, as any good linux command line tool, it demans work, and testing.

Amazing small code yours, compiled less than 20kb, but let's finish it.

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