From b81919fe9c2b427735339faad5a0879039041f13 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 2 Jul 2013 15:31:17 +0200 Subject: doc: add new omrelp parameter "windowSize" --- doc/omrelp.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. +
  • windowSize (not mandatory, default 0)
    + This is an expert parameter. 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. +
    Note that there is no equivalent server parameter, as the + client proposes and manages the window size in RELP protocol.
  • tls (not mandatory, values "on","off", default "off")
    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.
  • -- cgit v1.2.3