facebookarchive / RakNet

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

Corrupt packets trought mobile network #58

Open fdsagizi opened 9 years ago

fdsagizi commented 9 years ago

Hello. As far as I know, there is no cancer is RUDP. but do not know whether it guarantees the safety of the package? In general sent Xml

   rak_peer-> Send (ptr, size, HIGH_PRIORITY, RELIABLE_ORDERED, 0, to_guid, false); And sometimes it comes distorted, and always the same

Here - the most interesting thing in the end, as if a piece of torn out and crooked inserted ago

Normal - http://www.everfall.com/paste/id.php?8g41jw03yyf2 Damaged - http://www.everfall.com/paste/id.php?ivmdr8fa0cc8

This crap happens rarely, but it happens only when the server Win64 client communication via Android 2G 3G or 4G ...

larku commented 9 years ago

I think there is a good chance this is your issue: https://github.com/OculusVR/RakNet/issues/50