mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-05 04:07:56 +00:00
- erste Konfigurations-Variablen definiert: PING/PONG-Timeout.
This commit is contained in:
@@ -9,11 +9,14 @@
|
||||
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||
* der an comBase beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||
*
|
||||
* $Id: conf.c,v 1.1 2001/12/12 17:18:20 alex Exp $
|
||||
* $Id: conf.c,v 1.2 2001/12/26 03:19:57 alex Exp $
|
||||
*
|
||||
* conf.h: Konfiguration des ngircd
|
||||
*
|
||||
* $Log: conf.c,v $
|
||||
* Revision 1.2 2001/12/26 03:19:57 alex
|
||||
* - erste Konfigurations-Variablen definiert: PING/PONG-Timeout.
|
||||
*
|
||||
* Revision 1.1 2001/12/12 17:18:20 alex
|
||||
* - Modul fuer Server-Konfiguration begonnen.
|
||||
*
|
||||
@@ -32,7 +35,8 @@
|
||||
|
||||
GLOBAL VOID Conf_Init( VOID )
|
||||
{
|
||||
/* ... */
|
||||
Conf_PING_Timeout = 120;
|
||||
Conf_PONG_Timeout = 10;
|
||||
} /* Config_Init */
|
||||
|
||||
|
||||
|
@@ -9,11 +9,14 @@
|
||||
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||
* der an comBase beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||
*
|
||||
* $Id: conf.h,v 1.1 2001/12/12 17:18:20 alex Exp $
|
||||
* $Id: conf.h,v 1.2 2001/12/26 03:19:57 alex Exp $
|
||||
*
|
||||
* conf.h: Konfiguration des ngircd (Header)
|
||||
*
|
||||
* $Log: conf.h,v $
|
||||
* Revision 1.2 2001/12/26 03:19:57 alex
|
||||
* - erste Konfigurations-Variablen definiert: PING/PONG-Timeout.
|
||||
*
|
||||
* Revision 1.1 2001/12/12 17:18:20 alex
|
||||
* - Modul fuer Server-Konfiguration begonnen.
|
||||
*
|
||||
@@ -24,6 +27,10 @@
|
||||
#define __conf_h__
|
||||
|
||||
|
||||
GLOBAL INT Conf_PING_Timeout;
|
||||
GLOBAL INT Conf_PONG_Timeout;
|
||||
|
||||
|
||||
GLOBAL VOID Conf_Init( VOID );
|
||||
GLOBAL VOID Conf_Exit( VOID );
|
||||
|
||||
|
Reference in New Issue
Block a user