diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-29 17:42:36 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-29 17:42:36 +0200 |
commit | 02d8dc27f991d19f63c3fd9edb02610a97f003b3 (patch) | |
tree | 3dd973cb633111eb50e5451d884199f407e3394c /doc/rsyslog_conf_global.html | |
parent | d9f1bbf46e0e240dc8bdbaf6db74e499e668faa2 (diff) | |
parent | 36fe8d92f8bad4ddc1f24ede14405129ec46c0d8 (diff) | |
download | rsyslog-02d8dc27f991d19f63c3fd9edb02610a97f003b3.tar.gz rsyslog-02d8dc27f991d19f63c3fd9edb02610a97f003b3.tar.bz2 rsyslog-02d8dc27f991d19f63c3fd9edb02610a97f003b3.zip |
Merge branch 'udpdrop'
Conflicts:
runtime/conf.c
Diffstat (limited to 'doc/rsyslog_conf_global.html')
-rw-r--r-- | doc/rsyslog_conf_global.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rsyslog_conf_global.html b/doc/rsyslog_conf_global.html index fe76912d..778e18f8 100644 --- a/doc/rsyslog_conf_global.html +++ b/doc/rsyslog_conf_global.html @@ -96,6 +96,9 @@ default 60000 (1 minute)]</li> (driver-specific)</li><li>$ActionSendStreamDriverAuthMode <mode>, authentication mode to use with the stream driver (driver-specific)</li><li>$ActionSendStreamDriverPermittedPeer <ID>, accepted fingerprint (SHA1) or name of remote peer (driver-specific) -<span style="font-weight: bold;"> directive may go away</span>!</li> +<li><b>$ActionSendUDPRebindInterval</b> nbr</a>- [available since 4.3.2] - instructs the UDP send +action to rebind the send socket every nbr of messages sent. Zero, the default, means +that no rebind is done. This directive is useful for use with load-balancers.</li> <li><a href="rsconf1_allowedsender.html">$AllowedSender</a></li> <li><a href="rsconf1_controlcharacterescapeprefix.html">$ControlCharacterEscapePrefix</a></li> <li><a href="rsconf1_debugprintcfsyslinehandlerlist.html">$DebugPrintCFSyslineHandlerList</a></li> |