config.h: update a tad
This commit is contained in:
parent
c2c236234e
commit
f79f3e6a95
2 changed files with 19 additions and 11 deletions
|
@ -72,6 +72,11 @@
|
|||
*/
|
||||
#undef IGNORE_BOGUS_TS
|
||||
|
||||
/* ENABLE_OPER_CHGHOST
|
||||
* Allow opers to use the CHGHOST command. Potentially abusive.
|
||||
*/
|
||||
#undef ENABLE_OPER_CHGHOST
|
||||
|
||||
/* HANGONGOODLINK and HANGONRETRYDELAY
|
||||
* Often net breaks for a short time and it's useful to try to
|
||||
* establishing the same connection again faster than CONNECTFREQUENCY
|
||||
|
@ -80,7 +85,6 @@
|
|||
* (HANGONGOODLINK) and we give the net few seconds to steady
|
||||
* (HANGONRETRYDELAY). This latter has to be long enough that the
|
||||
* other end of the connection has time to notice it broke too.
|
||||
* 1997/09/18 recommended values by ThemBones for modern EFnet
|
||||
*/
|
||||
#define HANGONRETRYDELAY 60 /* Recommended value: 30-60 seconds */
|
||||
#define HANGONGOODLINK 3600 /* Recommended value: 30-60 minutes */
|
||||
|
|
|
@ -72,6 +72,11 @@
|
|||
*/
|
||||
#undef IGNORE_BOGUS_TS
|
||||
|
||||
/* ENABLE_OPER_CHGHOST
|
||||
* Allow opers to use the CHGHOST command. Potentially abusive.
|
||||
*/
|
||||
#undef ENABLE_OPER_CHGHOST
|
||||
|
||||
/* HANGONGOODLINK and HANGONRETRYDELAY
|
||||
* Often net breaks for a short time and it's useful to try to
|
||||
* establishing the same connection again faster than CONNECTFREQUENCY
|
||||
|
@ -80,7 +85,6 @@
|
|||
* (HANGONGOODLINK) and we give the net few seconds to steady
|
||||
* (HANGONRETRYDELAY). This latter has to be long enough that the
|
||||
* other end of the connection has time to notice it broke too.
|
||||
* 1997/09/18 recommended values by ThemBones for modern EFnet
|
||||
*/
|
||||
#define HANGONRETRYDELAY 60 /* Recommended value: 30-60 seconds */
|
||||
#define HANGONGOODLINK 3600 /* Recommended value: 30-60 minutes */
|
||||
|
|
Loading…
Reference in a new issue