]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Document <link:timeout>
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 28 Oct 2006 15:34:21 +0000 (15:34 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 28 Oct 2006 15:34:21 +0000 (15:34 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5567 e03df62e-2008-0410-955e-edbf42e46eb7

docs/inspircd.conf.example

index 6c402c7a0b67a9042d133474fc30cee06fe69704..b8ca698a67dbec686f6f5da2989aaf8aaae5396e 100644 (file)
 #                 apply to autoconnected servers as well as manually  #
 #                 connected ones.                                     #
 #                                                                     #
+# timeout       - If this is defined, then outbound connections will  #
+#                 time out if they are not connected within this many #
+#                 seconds. If this is not defined, the default of ten #
+#                 seconds is used.                                    #
+#                                                                     #
 # to u:line a server (give it extra privilages required for running   #
 # services, Q, etc) you must include the <uline server> tag as shown  #
 # in the example below. You can have as many of these as you like.    #
        allowmask="69.58.44.0/24"
         autoconnect="300"
        failover="hub.other.net"
+       timeout="15"
         sendpass="outgoing!password"
         recvpass="incoming!password">