-
Notifications
You must be s 8000 igned in to change notification settings - Fork 28
Timestamps read from incoming packets are in the wrong byte order and mismatch local GetTime() by a large offset #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Not really understanding your problem. |
I am writing and reading them in network order using the Actually, removing from
fixes the issue. However, I'm not sure if this triggers any bugs with big-endian platforms. |
I believe you client and server have different edian formate, one little, the other big. raknet in default uses big-endian if you enable endian swap macro. So, I am gussing the reason could be that endian-swao-macro is not enabled in either of your client and server. |
I'm building both the client and the server with the same library. |
Yea, I have the same problem as bluebear94. |
This at least happens on Linux (Ubuntu 16.04), and with 64-bit timestamps enabled or disabled.
The text was updated successfully, but these errors were encountered: