CF_SERVER_MAX_CLIENTS¶
Category: net
GitHub: cute_networking.h
The maximum number of clients a single CF_Server supports.
Remarks¶
This is fixed at compile time. Raising it requires rebuilding CF (it also sizes the underlying transport's per-client state), so it is not a value you can tune per-server.