facebookarchive / RakNet

RakNet is a cross platform, open source, C++ networking engine for game programmers.
Other
3.29k stars 1.02k forks source link

sendto return -1 and errno is EPERM on ios10.2 #106

Closed zaffix closed 5 years ago

zaffix commented 7 years ago

Before iphone upgrade to ios10.2, all going well, after upgrade can not connect. sendto returns -1 and errno is 1(EPERM). When I connect a NAT64 wifi, all going well again, why? Please help me!