Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkServer.Configure(Tuner,int)

Switch to Manual

Parameters

tuner Use this tuner with the server.
maxConnections Maximum allowed simultaneous connections for given tuner.

Description

Configure the server with the given tuner and connection count.

If you don't configure the server before starting it (with Listen) the default tuner (called "defaultServer") and connection count of 8, will be used.

no example available in JavaScript