net_server_create(port, maxClients)
net_server_create is used when you want to create a server. Only one server can be created per program.
port: The port to use. If the port specified is already in use, the creation will fail and an error will be shown.
maxClients: The maximum number of clients allowed to connect to the server.