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 seems broken #65

Open
anchor76 opened this issue Jun 13, 2020 · 2 comments
Open

IPV6 support seems broken #65

anchor76 opened this issue Jun 13, 2020 · 2 comments

Comments

@anchor76
Copy link

if RAKNET_SUPPORT_IPV6 is defined as 1:

  • on windows the simple startup causing "Warning: recvfrom failed:Error code - 10054", and your port numbers is zero for any sockets.
  • on linux you can not use the same port with different inet types (IPV4/IPV6). getting SOCKET_PORT_ALREADY_IN_USE error.
  • on windows the dns resolving seems not working on IPV6 only systems.

IPV6 seems totally boken, someone should check it and confirm the issues.

@smartties
Copy link

I had a similar issue (with raknet, I haven't tried SLikeSoft fork yet).
My workaround was to create two sockets when initializing RakPeerInterface : One ipv4 socket and another ipv6 socket on another port. It fixed my issues with iOS/android and windows.
But there is definitely an issue with raknet ipv6.

@Kiddinglife
Copy link

en... slikenet's net codes shoudl use the libuv to avoid the hard-get-right networking apis cross-platforms....

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

3 participants