RelativityMC / raknetify

A Fabric mod / Velocity plugin / BungeeCord plugin that uses RakNet to improve multiplayer experience significantly under unreliable and rate-limited connections.
MIT License
148 stars 2 forks source link

[Feature Request] Add automatic detection of supported MTUs to the protocol. #31

Closed 8MiYile closed 1 year ago

8MiYile commented 1 year ago

Add automatic detection of supported MTUs to the protocol. The protocol header for auto-detection is raknet Protocol header for low MPU raknet: was changed to raknetl: Protocol header for high MPU raknetl: was changed to rakneth:

ishland commented 1 year ago

Automatic MTU discovery is already there by sending "Open Connection Request 1" with ever decreasing MTU until the server responds. raknetl; is mostly for setting the maximum MTU for this discovery process.