From b132870564a6dd2f123f458c53f2cee5d28a9124 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 28 Oct 2006 15:34:21 +0000 Subject: Document git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5567 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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 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"> -- cgit v1.2.3