SLikeSoft / SLikeNet

SLikeNetâ„¢ is an Open Source/Free Software cross-platform network engine written in C++ and specifially designed for games (and applications which have comparable requirements on a network engine like games) building upon the discontinued RakNet network engine which had more than 13 years of active development.
https://www.slikenet.com/
Other
390 stars 62 forks source link

Problem with "recvfrom failed: Error code - 10054" #53

Open ProfesoresPL opened 4 years ago

ProfesoresPL commented 4 years ago

There's a problem, when IPV6 support is enabled. I made a pretty simple server-application, and when I turned on IPV6 support I got the alert "recvfrom failed: Error code - 10054". screen

rjdgtn commented 4 years ago

same problem ( still not fixed

anchor76 commented 4 years ago

same problem on windows. see comment in RNS2_Berkley::RecvFromBlockingIPV4And6() : "// I see this hit on XP with IPV6 for some reason"

seems ipv6 is totally broken in slikenet. on linux too. you can not open ipv4&ipv6 sockets on the same port.