mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Added more info to config description
This commit is contained in:
parent
82fee4e5bd
commit
463e947c00
1 changed files with 9 additions and 6 deletions
|
@ -2,7 +2,10 @@
|
||||||
|
|
||||||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Config.xsd">
|
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Config.xsd">
|
||||||
<!--
|
<!--
|
||||||
serverAddress - ip of the XMage server. Set it to "0.0.0.0" for local host or to the IP the server should use
|
Official guide to setup public server and NAT: https://www.slightlymagic.net/forum/viewtopic.php?f=70&t=15898
|
||||||
|
|
||||||
|
serverAddress - ip or domain of the XMage server. Set it to "0.0.0.0" for local host or to the IP the server should use
|
||||||
|
Public server should be accessable to all clients by it's name (example: xmage.mydomain.com)
|
||||||
port - the port the primary server socket is bound to
|
port - the port the primary server socket is bound to
|
||||||
secondaryBindPort - the port to which the secondary server socket is to be bound. if "-1" is set , an arbitrary port is selected.
|
secondaryBindPort - the port to which the secondary server socket is to be bound. if "-1" is set , an arbitrary port is selected.
|
||||||
backlogSize - the preferred number of unaccepted incoming connections allowed at a given time. The actual number may be greater
|
backlogSize - the preferred number of unaccepted incoming connections allowed at a given time. The actual number may be greater
|
||||||
|
|
Loading…
Reference in a new issue