aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mpdconf.example
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-07 18:39:55 +0100
committerMax Kellermann <max@duempel.org>2013-11-07 18:39:55 +0100
commit6c4de5106baf31312f2258e0c3c8223e55586b94 (patch)
treee7b62e85eac318abc3de94154eedb0e8ef369cb4 /doc/mpdconf.example
parente9367058406dbacff20037cbdc8838c0c40b87c7 (diff)
downloadmpd-6c4de5106baf31312f2258e0c3c8223e55586b94.tar.gz
mpd-6c4de5106baf31312f2258e0c3c8223e55586b94.tar.xz
mpd-6c4de5106baf31312f2258e0c3c8223e55586b94.zip
doc: remove documentation on obsolete tcp_keep_alive options
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r--doc/mpdconf.example30
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index e4b4d29a9..37fb8a14b 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -416,36 +416,6 @@ input {
#
###############################################################################
-# Client TCP keep alive #######################################################
-#
-# For clients connected by TCP on supported platforms.
-# Allows detection of dangling connections due to clients disappearing from
-# the network without closing their connections.
-#
-# This is not usually necessary but can be useful in cases such as wifi connectected
-# clients that go in and out of network range or turn off wifi without closing their
-# connections. Combined with low max_connections this can soon cause clients to not
-# be able to connect.
-#
-#
-# Enable tcp keepalive on new client connections (default is "no")
-#
-#tcp_keep_alive "no"
-#
-# Time in seconds since the last communication on the connection and before
-# the keepalive probing is started. (default is 7200 seconds)
-#tcp_keep_alive_idle "7200"
-#
-# Interval in seconds between keepalive probes, once a probe started.
-# (default is 75 seconds)
-#tcp_keep_alive_interval "75"
-#
-# Number of failed probes before the connection is pronounced dead and
-# the connection is closed. (default is 9 times)
-#tcp_keep_alive_count "9"
-#
-###############################################################################
-
# Character Encoding ##########################################################
#
# If file or directory names do not display correctly for your locale then you