Separated keep-alive and additional keep-alive ping frequency.

svn path=/nixos/trunk/; revision=9384
This commit is contained in:
Michael Raskin 2007-09-30 21:10:11 +00:00
parent 39429f0441
commit 33aa5d2d74
2 changed files with 11 additions and 0 deletions

View File

@ -1248,6 +1248,16 @@ root ALL=(ALL) SETENV: ALL
";
}
{
name = ["services" "gw6c" "everPing"];
default = "1000000";
example = "2";
description = "
Gateway6 manual ping period.
";
}
{
name = ["services" "ircdHybrid" "enable"];
default = false;

View File

@ -10,6 +10,7 @@ let
password = getCfg "password";
server = getCfg "server";
keepAlive = getCfg "keepAlive";
everPing = getCfg "everPing";
};
in
{