From 7555c1801d81d2f8ac2d4b953135ff980037f6b4 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 13 May 2007 14:16:04 +0000 Subject: Poach feature request: If a server does not respond after x seconds to a PING, send a warning to opers via +l snomask. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7010 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) (limited to 'docs/inspircd.conf.example') diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 5a0df63a4..3b09090ad 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -267,13 +267,13 @@ + flood="20" + threshold="1" + pingfreq="120" + sendq="262144" + recvq="8192" + localmax="3" + globalmax="3"> @@ -868,6 +868,13 @@ # such as BOPM which rely on them to scan users when # # a split heals in certain configurations. # # # +# pingwarning - This should be set to a number between 1 and 59 if # +# defined, and if it is defined will cause the server# +# to send out a warning via snomask +l if a server # +# does not answer to PING after this many seconds. # +# This can be useful for finding servers which are # +# at risk of pinging out due to network issues. # +# # #-#-#-#-#-#-#-#-#-#-#-#-#-#- TIME SYNC OPTIONS -#-#-#-#-#-#-#-#-#-#-#-# -- cgit v1.2.3