summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-07-02 15:31:17 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-07-02 15:31:17 +0200
commitb81919fe9c2b427735339faad5a0879039041f13 (patch)
tree8e2d03b8ae7c1c5b09fd7a7a86d3429075e62348
parent4e39fb9e80472b6ae329250eae4feb6e7233d68a (diff)
downloadrsyslog-b81919fe9c2b427735339faad5a0879039041f13.tar.gz
rsyslog-b81919fe9c2b427735339faad5a0879039041f13.tar.bz2
rsyslog-b81919fe9c2b427735339faad5a0879039041f13.zip
doc: add new omrelp parameter "windowSize"
-rw-r--r--doc/omrelp.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/omrelp.html b/doc/omrelp.html
index 30ac3daa..8049ebaf 100644
--- a/doc/omrelp.html
+++ b/doc/omrelp.html
@@ -34,6 +34,19 @@ must be used.
Timeout for relp sessions. If set too low, valid sessions
may be considered dead and tried to recover.
</li>
+ <li><b>windowSize</b> (not mandatory, default 0)<br>
+ This is an <b>expert parameter</b>. It permits to override the
+ RELP window size being used by the client. Changing the window
+ size has both an effect on performance as well as potential
+ message duplication in failure case. A larger window size means
+ more performance, but also potentially more duplicated
+ messages - and vice versa. The default 0 means that librelp's
+ default window size is being used, which is considered a
+ compromise between goals reached. For your information:
+ at the time of this writing, the librelp default window size
+ is 128 messages, but this may change at any time.
+ <br>Note that there is no equivalent server parameter, as the
+ client proposes and manages the window size in RELP protocol.
<li><b>tls</b> (not mandatory, values "on","off", default "off")<br>
If set to "on", the RELP connection will be encrypted by TLS, so that the data is protected against observers. Please note that both the client and the server must have set TLS to either "on" or "off". Other combinations lead to unpredictable results.
</li>