diff options
author | erdgeist <> | 2013-07-15 19:06:35 +0000 |
---|---|---|
committer | erdgeist <> | 2013-07-15 19:06:35 +0000 |
commit | f409a5e841d91237fe4034818955dd88167a679b (patch) | |
tree | bebaf6f812c1278357294f80b46bba8ff0883134 /vchat-config.h | |
parent | 959d7d76aec53f03463223ee64afb805e1865464 (diff) |
add a global tcp-keepalive-option. thanks to Fefe
Diffstat (limited to 'vchat-config.h')
-rwxr-xr-x | vchat-config.h | 1 |
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 | ||