summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-10-28 15:34:21 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-10-28 15:34:21 +0000
commitb132870564a6dd2f123f458c53f2cee5d28a9124 (patch)
tree8522b8eeddf271b37c7bea33b9471c0f9f28f351
parent959a14ca0561fda5f97eedca53ae61c301ac2127 (diff)
Document <link:timeout>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5567 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--docs/inspircd.conf.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index 6c402c7a0..b8ca698a6 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -417,6 +417,11 @@
# 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. #
@@ -449,6 +454,7 @@
allowmask="69.58.44.0/24"
autoconnect="300"
failover="hub.other.net"
+ timeout="15"
sendpass="outgoing!password"
recvpass="incoming!password">