Method SetPeerMTU
SetPeerMTU(ulong, int)
Set the maximum transmission unit for a specific peer. This determines the maximum size of a message batch that can be sent to that client. If not set for any given client, MaximumTransmissionUnitSize will be used instead.
Declaration
public void SetPeerMTU(ulong clientId, int size)
Parameters
Type | Name | Description |
---|---|---|
ulong | clientId | |
int | size |