diff options
author | Max Kellermann <max@duempel.org> | 2013-11-07 18:39:55 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-07 18:39:55 +0100 |
commit | 6c4de5106baf31312f2258e0c3c8223e55586b94 (patch) | |
tree | e7b62e85eac318abc3de94154eedb0e8ef369cb4 /doc/mpd.conf.5 | |
parent | e9367058406dbacff20037cbdc8838c0c40b87c7 (diff) | |
download | mpd-6c4de5106baf31312f2258e0c3c8223e55586b94.tar.gz mpd-6c4de5106baf31312f2258e0c3c8223e55586b94.tar.xz mpd-6c4de5106baf31312f2258e0c3c8223e55586b94.zip |
doc: remove documentation on obsolete tcp_keep_alive options
Diffstat (limited to 'doc/mpd.conf.5')
-rw-r--r-- | doc/mpd.conf.5 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index 54b9309a0..3c48b5f30 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -494,21 +494,6 @@ This specifies a URL associated with the stream. .TP .B genre <genre> This specifies the genre(s) of the stream. -.SH OPTIONAL TCP KEEPALIVE PARAMETERS -.TP -.B tcp_keep_alive <yes or no> -Enable tcp keepalive on new client connections. (default is "no") -.TP -.B tcp_keep_alive_idle <seconds> -Time in seconds since the last communication on the connection and before -the keepalive probing is started. (default is 7200 seconds) -.TP -.B tcp_keep_alive_interval <seconds> -Interval in seconds between keepalive probes, once a probe started. (default is 75 seconds) -.TP -.B tcp_keep_alive_count <number of times> -Number of failed probes before the connection is pronounced dead and -the connection is closed. (default is 9 times) .SH FILES .TP .BI ~/.mpdconf |