socket.start
Jump to navigation
Jump to search
start
Signature: void start(int port, int connectionLimit)
Usage: start listening on specified port
Parameters
- int port The port for the server to listen on.
- int connectionLimit The limit for the amount of connections.
Return
void
On failure: void