You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RakNet includes the size of the IP+UDP headers, RakLib does not. Since RakNet maxes out at 1492 bytes, I tested this with 2 vanilla clients, and then 1 client + PocketMine-MP server, on the same connection. The buffer size of OPEN_CONNECTION_REQUEST_1 was the same both times.
RakNet MTU size in OPEN_CONNECTION_REPLY_1: 1492 bytes
RakLib MTU size in OPEN_CONNECTION_REPLY_1: 1464 bytes
This information was obtained using Wireshark.
Unsure what issues this may cause.
The text was updated successfully, but these errors were encountered:
RakNet includes the size of the IP+UDP headers, RakLib does not. Since RakNet maxes out at 1492 bytes, I tested this with 2 vanilla clients, and then 1 client + PocketMine-MP server, on the same connection. The buffer size of OPEN_CONNECTION_REQUEST_1 was the same both times.
This information was obtained using Wireshark.
Unsure what issues this may cause.
The text was updated successfully, but these errors were encountered: