Log in | Back to darenet.org

Server Commands/SERVER

 
Line 1: Line 1:
-
{| class="wikitable" width="25%" style="font-size: 85%; text-align: left;"
+
'''Syntax:''' <code>SERVER <servername> <hops> <boot timestamp> <link timestamp> <protocol> <servernumeric>  
-
|-
+
<max client numeric> <flags> :<description></code>
-
| '''Command Token:''' S
+
 
-
|}
+
-
<pre>SERVER <servername> <hops> <boot timestamp> <link timestamp> <protocol> <servernumeric>  
+
-
<max client numeric> <flags> :<description></pre>
+
Used to introduce a new server to the network.
Used to introduce a new server to the network.

Current revision as of 07:32, 10 December 2008

Syntax: SERVER <servername> <hops> <boot timestamp> <link timestamp> <protocol> <servernumeric> <max client numeric> <flags> :<description>


Used to introduce a new server to the network.

Parameter <servername> is the name of the new server, it must contain at least one ".", and can be at most 63 chars long (define HOSTLEN).

Parameter <description> is the description for the server, and can be at most 50 chars long (define REALLEN).


(Return to Main listing of Server Commands)