socket.start

From GTA Connected
Revision as of 15:29, 24 August 2019 by Mex (talk | contribs) (Mex moved page Socket.start to socket.start)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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