Skip to content

CF_SERVER_MAX_CLIENTS

Category: net
GitHub: cute_networking.h


The maximum number of clients a single CF_Server supports.

#define CF_SERVER_MAX_CLIENTS 32

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.

CF_Server
cf_make_server