multiplayer-community-contributions
multiplayer-community-contributions copied to clipboard
Ruffles SocketConfig should be modifieable
The RufflesTransport allocates a new SocketConfig everytime needed: https://github.com/MidLevel/MLAPI.Transports/blob/master/RufflesTransport/RufflesTransport.cs#L215
There should be a way to modify the SocketConfig from outside the class so that for example packet merging can be disabled globally.
We do not have time to work on this, but adding this feature to the Ruffles transport would be a welcome addition.