From 281d8e454de6f59c061dce5f9ba3fd22f521cac9 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 25 Mar 2002 16:14:15 +0000 Subject: - Default PONG-Timeout auf 20 Sekunden verdoppelt. --- src/ngircd/conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c index a99fee2b..df93b28b 100644 --- a/src/ngircd/conf.c +++ b/src/ngircd/conf.c @@ -9,7 +9,7 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: conf.c,v 1.18 2002/03/12 14:37:52 alex Exp $ + * $Id: conf.c,v 1.19 2002/03/25 16:14:15 alex Exp $ * * conf.h: Konfiguration des ngircd */ @@ -58,7 +58,7 @@ GLOBAL VOID Conf_Init( VOID ) Conf_ListenPorts_Count = 0; Conf_PingTimeout = 120; - Conf_PongTimeout = 10; + Conf_PongTimeout = 20; Conf_ConnectRetry = 60; -- cgit 1.4.1