aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoshua Wise <jwise@nvidia.com>2015-01-15 14:33:10 -0800
committerJoshua Wise <jwise@nvidia.com>2015-01-15 14:44:55 -0800
commit1d8544ef3b93d2a7b22e6bcbb47b19f2a0353eb1 (patch)
tree6ada31addb7a6011ae529f5bcd508f20937e2b5c /doc
parent91a12f76cd28498f4c9e8fb75a2e0dc045b83a78 (diff)
downloadmpd-1d8544ef3b93d2a7b22e6bcbb47b19f2a0353eb1.tar.gz
mpd-1d8544ef3b93d2a7b22e6bcbb47b19f2a0353eb1.tar.xz
mpd-1d8544ef3b93d2a7b22e6bcbb47b19f2a0353eb1.zip
db/plugins/ProxyDatabasePlugin: add "keepalive" parameter
Diffstat (limited to 'doc')
-rw-r--r--doc/user.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml
index 74c169c11..e5061f1ca 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -1530,6 +1530,19 @@ buffer_size: 16384</programlisting>
<application>MPD</application> instance.
</entry>
</row>
+ <row>
+ <entry>
+ <varname>keepalive</varname>
+ <parameter>yes|no</parameter>
+ </entry>
+ <entry>
+ Send TCP keepalive packets to the "master"
+ <application>MPD</application> instance? This option can
+ help avoid certain firewalls dropping inactive
+ connections, at the expensive of a very small amount of
+ additional network traffic. Disabled by default.
+ </entry>
+ </row>
</tbody>
</tgroup>
</informaltable>