summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-06-12 09:08:03 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-06-12 09:08:03 +0200
commit38e27296dea4d454bc386054205317a4ccd9f72a (patch)
treeaad0e56c13587602d8733e6b820582d0dc5a038c
parentc202b73c2334a7e65dffa82f4f1ab4bef7bb21e0 (diff)
downloadrsyslog-38e27296dea4d454bc386054205317a4ccd9f72a.tar.gz
rsyslog-38e27296dea4d454bc386054205317a4ccd9f72a.tar.bz2
rsyslog-38e27296dea4d454bc386054205317a4ccd9f72a.zip
doc: more on tcp compression modes
-rw-r--r--doc/imptcp.html5
-rw-r--r--doc/omfwd.html2
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/imptcp.html b/doc/imptcp.html
index b5bd0970..3efcce27 100644
--- a/doc/imptcp.html
+++ b/doc/imptcp.html
@@ -99,6 +99,11 @@ of seconds (5 recommended) to activate rate-limiting.
</li>
<li><b>RateLimit.Burst</b> [number] - (available since 7.3.1) specifies the rate-limiting
burst in number of messages. Default is 10,000.
+<li><b>compression.mode</b><i>mode</i><br>
+<i>mode</i> is one of "none" or "stream:always".
+It is the counterpart to the compression modes set in
+<a href="omfile.html">omfile</a>.
+Please see it's documentation for details.
</li>
</ul>
<b>Caveats/Known Bugs:</b>
diff --git a/doc/omfwd.html b/doc/omfwd.html
index 7ce342fa..51aa58b5 100644
--- a/doc/omfwd.html
+++ b/doc/omfwd.html
@@ -64,6 +64,8 @@
compressed data. For typical syslog messages, this can mean that
some hundered messages may be held in local buffers before they are
actually sent. This mode has been introduced in 7.5.1.
+ <br><b>Note: currently only imptcp supports receiving stream-compressed
+ data.</b>
<br></li><br>
<li><strong>RebindInterval </strong>integer<br>