Property
SoupWebsocketConnection:max-incoming-payload-size
Description [src]
The maximum payload size for incoming packets, or 0 to not limit it.
Each message may consist of multiple packets, so also refer to
SoupWebsocketConnection:max-total-message-size.
Type:guint64
| Default value | 131072 |
| Getter method | soup_websocket_connection_get_max_incoming_payload_size() |
| Setter method | soup_websocket_connection_set_max_incoming_payload_size() |