Message.MaxPayloadSize Property
Namespace: Riptide
Assembly: RiptideNetworking.dll
MaxPayloadSize
The maximum number of bytes of payload data that a message can contain. This value represents how many bytes can be added to a message on top of the MaxHeaderSize.
public static int MaxPayloadSize { get; set; }