aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mpd.conf.5
diff options
context:
space:
mode:
authorgeneticdrift <geneticdrift@iotide.com>2012-06-27 09:26:05 +0200
committerMax Kellermann <max@duempel.org>2012-06-27 09:50:35 +0200
commitecec41025f35ea8957dd3b59caeb3f4dfee37821 (patch)
tree1088a939b84be50f35c4c0ce722049a86925bab0 /doc/mpd.conf.5
parent799843cc9703bd764425b77a1cdd231c3cd9e9ac (diff)
downloadmpd-ecec41025f35ea8957dd3b59caeb3f4dfee37821.tar.gz
mpd-ecec41025f35ea8957dd3b59caeb3f4dfee37821.tar.xz
mpd-ecec41025f35ea8957dd3b59caeb3f4dfee37821.zip
Documentation for commands searchadd, searchaddpl, and for tcp keepalive config options
Diffstat (limited to 'doc/mpd.conf.5')
-rw-r--r--doc/mpd.conf.515
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5
index bd890228b..d15d0fdab 100644
--- a/doc/mpd.conf.5
+++ b/doc/mpd.conf.5
@@ -487,6 +487,21 @@ 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