summaryrefslogtreecommitdiffstats
path: root/doc/imtcp.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-09 10:07:23 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-09 10:07:23 +0200
commit6625a8790d3e89b3ecc0612cf08fc917b9631398 (patch)
tree2b03cced8188a1e333936063469f827f5e94f90b /doc/imtcp.html
parent9430aa0d3a982d7759bb5d7db1be9b64064550ec (diff)
downloadrsyslog-6625a8790d3e89b3ecc0612cf08fc917b9631398.tar.gz
rsyslog-6625a8790d3e89b3ecc0612cf08fc917b9631398.tar.xz
rsyslog-6625a8790d3e89b3ecc0612cf08fc917b9631398.zip
added capability for imtcp to activate keep-alive packets
at the socket layer. reference: http://kb.monitorware.com/post20791.html
Diffstat (limited to 'doc/imtcp.html')
-rw-r--r--doc/imtcp.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/imtcp.html b/doc/imtcp.html
index b0aaa3c1..7653f601 100644
--- a/doc/imtcp.html
+++ b/doc/imtcp.html
@@ -55,6 +55,9 @@ so be prepared to wrangle with that!
instructs imtcp to emit a message if the remote peer closes a connection.<br>
<b>Important:</b> This directive is global to all listeners and must be given right
after loading imtcp, otherwise it may have no effect.</li>
+<li><b>$InputTCPServerKeepAlive</b> &lt;on/<b>off</b>&gt;<br>
+enable of disable keep-alive packets at the tcp socket layer. The default is
+to disable them.</li>
<li><b>$InputTCPServerRun</b> &lt;port&gt;<br>
Starts a TCP server on selected port</li>
<li><b>$InputTCPFlowControl</b> &lt;<b>on</b>/off&gt;<br>