Open anchor76 opened 4 years ago
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.
en... slikenet's net codes shoudl use the libuv to avoid the hard-get-right networking apis cross-platforms....
if RAKNET_SUPPORT_IPV6 is defined as 1:
IPV6 seems totally boken, someone should check it and confirm the issues.