summaryrefslogtreecommitdiff
path: root/vchat-config.h
diff options
context:
space:
mode:
authorerdgeist <>2013-07-15 19:06:35 +0000
committererdgeist <>2013-07-15 19:06:35 +0000
commitf409a5e841d91237fe4034818955dd88167a679b (patch)
treebebaf6f812c1278357294f80b46bba8ff0883134 /vchat-config.h
parent959d7d76aec53f03463223ee64afb805e1865464 (diff)
add a global tcp-keepalive-option. thanks to Fefe
Diffstat (limited to 'vchat-config.h')
-rwxr-xr-xvchat-config.h1
1 files changed, 1 insertions, 0 deletions
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[] = {
55 {CF_BELLPRIV, CO_INT, "bellonpm", (char *) 0, (char *)-1, { NULL } }, 55 {CF_BELLPRIV, CO_INT, "bellonpm", (char *) 0, (char *)-1, { NULL } },
56 {CF_CASEFIRST, CO_INT, "casefirst", (char *) 0, (char *)-1, { .pint = &ul_case_first } }, 56 {CF_CASEFIRST, CO_INT, "casefirst", (char *) 0, (char *)-1, { .pint = &ul_case_first } },
57 {CF_AUTORECONN, CO_INT, "autoreconn", (char *) 0, (char *)-1, { NULL } }, 57 {CF_AUTORECONN, CO_INT, "autoreconn", (char *) 0, (char *)-1, { NULL } },
58 {CF_KEEPALIVE, CO_INT, "keepalive", (char *) 0, (char *)-1, { .pint = &want_tcp_keepalive } },
58 {CF_NIL, CO_NIL, NULL, NULL, NULL, { NULL } }, 59 {CF_NIL, CO_NIL, NULL, NULL, NULL, { NULL } },
59}; 60};
60 61