You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
if RAKNET_SUPPORT_IPV6 is defined as 1:
IPV6 seems totally boken, someone should check it and confirm the issues.
The text was updated successfully, but these errors were encountered: