cf_server_start¶
Category: net
GitHub: cute_networking.h
Starts up the server connection, ready to receive new client connections.
Parameters | Description |
---|---|
address_and_port | The address and port combo to start the server upon. |
Remarks¶
Please note that not all users will be able to access an ipv6 server address, so it might be good to also provide a way to connect through ipv4.
Related Pages¶
CF_ServerConfig
cf_server_config_defaults
cf_make_server
cf_destroy_server
cf_server_update