cf_server_set_send_rate¶
Category: net
GitHub: cute_networking.h
Caps how many queued message bytes the server pumps per second, per client.
| Parameters | Description |
|---|---|
server |
The server. |
bytes_per_second |
The budget, applied to each client's queues independently. 0 (the default) means unlimited. |
Related Pages¶
cf_server_channel_options
cf_server_send_msg
cf_client_set_send_rate