diff options
Diffstat (limited to 'doc/omrelp.html')
-rw-r--r-- | doc/omrelp.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/omrelp.html b/doc/omrelp.html index e1f744cb..39f253bd 100644 --- a/doc/omrelp.html +++ b/doc/omrelp.html @@ -37,6 +37,11 @@ must be used. <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> + <li><b>tls.compression</b> (not mandatory, values "on","off", default "off")<br> + The controls if the TLS stream should be compressed (zipped). While this + increases CPU use, the network bandwidth should be reduced. Note that + typical text-based log records usually compress rather well. + </li> </ul> <p><b>Sample:</b></p> <p>The following sample sends all messages to the central server |