From f409a5e841d91237fe4034818955dd88167a679b Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Mon, 15 Jul 2013 19:06:35 +0000 Subject: add a global tcp-keepalive-option. thanks to Fefe --- vchat-config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vchat-config.h') diff --git a/vchat-config.h b/vchat-config.h index 96fed27..8392d18 100755 --- a/vchat-config.h +++ b/vchat-config.h @@ -55,6 +55,7 @@ static volatile configoption configoptions[] = { {CF_BELLPRIV, CO_INT, "bellonpm", (char *) 0, (char *)-1, { NULL } }, {CF_CASEFIRST, CO_INT, "casefirst", (char *) 0, (char *)-1, { .pint = &ul_case_first } }, {CF_AUTORECONN, CO_INT, "autoreconn", (char *) 0, (char *)-1, { NULL } }, + {CF_KEEPALIVE, CO_INT, "keepalive", (char *) 0, (char *)-1, { .pint = &want_tcp_keepalive } }, {CF_NIL, CO_NIL, NULL, NULL, NULL, { NULL } }, }; -- cgit v1.2.3