CF_NET_MAX_MSG_SIZE¶
Category: net
GitHub: cute_networking.h
The largest single message that may be sent on a channel, in bytes.
Remarks¶
Large messages are fragmented and reassembled by the transport automatically. For bulk data, prefer a low-priority channel with a send rate set, so the fragments trickle out without starving urgent traffic.
Related Pages¶
cf_client_send_msg
cf_server_send_msg
cf_client_set_send_rate