From 38e27296dea4d454bc386054205317a4ccd9f72a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 12 Jun 2013 09:08:03 +0200 Subject: doc: more on tcp compression modes --- doc/imptcp.html | 5 +++++ doc/omfwd.html | 2 ++ 2 files changed, 7 insertions(+) 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.
  • RateLimit.Burst [number] - (available since 7.3.1) specifies the rate-limiting burst in number of messages. Default is 10,000. +
  • compression.modemode
    +mode is one of "none" or "stream:always". +It is the counterpart to the compression modes set in +omfile. +Please see it's documentation for details.
  • Caveats/Known Bugs: 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. +
    Note: currently only imptcp supports receiving stream-compressed + data.

  • RebindInterval integer
    -- cgit v1.2.3