The protocol expects or 0 to not limit it.
WebsocketConnection.maxIncomingPayloadSize
ulong maxIncomingPayloadSize() @property nothrowGet maxIncomingPayloadSize property.
Returns
The maximum payload size for incoming packets.
void maxIncomingPayloadSize(ulong propval) @property nothrowSet maxIncomingPayloadSize property.
Parameters
propval | The maximum payload size for incoming packets. The protocol expects or 0 to not limit it. |