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? #8

Open
davidfoerster opened this issue Dec 1, 2024 · 1 comment
Open

IPv6 support? #8

davidfoerster opened this issue Dec 1, 2024 · 1 comment

Comments

@davidfoerster
Copy link

davidfoerster commented Dec 1, 2024

How would I go about running and connecting to a UniverseLAN server through IPv6?

I doubt that I can ask the server to bind its listening socket to an IPv6 address since one can only bind to interfaces in IPv6.

@grasmanek94
Copy link
Owner

grasmanek94 commented Dec 1, 2024

IPv6 is not supported yet.
I rely on https://github.com/lsalzman/enet to support it. Unfortunately it seems this project seems abandoned, but I think I might be able to look at some PR which adds IPv6 in the future, there are multiple PRs open. Maybe moving to a more up to date fork would introduce this feature.

The author also does not seem to want to use the PRs; lsalzman/enet#78 (comment)

So we can forget that Enet itself will support it.

I think this might be the way to go forward: https://github.com/SirLynix/enet6

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