diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-03-20 14:11:18 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-03-20 14:11:18 +0100 |
commit | c6714bc496a2aaf356d8625784f10168d33859a3 (patch) | |
tree | 4adfb412c528f1b142c0cf0c3a85994eeaf8cf0e /doc/imptcp.html | |
parent | 4fb7ba113c4d4afd485feb2729c5ff67bc8ddd4a (diff) | |
download | rsyslog-c6714bc496a2aaf356d8625784f10168d33859a3.tar.gz rsyslog-c6714bc496a2aaf356d8625784f10168d33859a3.tar.xz rsyslog-c6714bc496a2aaf356d8625784f10168d33859a3.zip |
added configuration directive to disable octet-counted framing
for imptcp, directive is $InputPTCPServerSupportOctetCountedFraming
Diffstat (limited to 'doc/imptcp.html')
-rw-r--r-- | doc/imptcp.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/imptcp.html b/doc/imptcp.html index d4228185..87d81a0c 100644 --- a/doc/imptcp.html +++ b/doc/imptcp.html @@ -43,6 +43,12 @@ very limited interest in fixing this issue. This directive <b>can not</b> fix th That would require much more code changes, which I was unable to do so far. Full details can be found at the <a href="http://www.rsyslog.com/Article321.phtml">Cisco tcp syslog anomaly</a> page. +<li><b>$InputPTCPSupportOctetCountedFraming</b> <<b>on</b>|off><br> +If set to "on", the legacy octed-counted framing (similar to RFC5425 framing) is +activated. This is the default and should be left unchanged until you know +very well what you do. It may be useful to turn it off, if you know this framing +is not used and some senders emit multi-line messages into the message stream. +</li> <li>$InputPTCPServerNotifyOnConnectionClose [on/<b>off</b>]<br> instructs imptcp to emit a message if the remote peer closes a connection.<br> <li>$InputPTCPServerRun <port><br> |