summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-29 17:25:16 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-29 17:25:16 +0200
commit36fe8d92f8bad4ddc1f24ede14405129ec46c0d8 (patch)
treebfbf446e88f7d0b008ea2b6bbcaa767a3fccd43f /ChangeLog
parenteafafc63597a600fceda5ac9ada90acd6e2f037e (diff)
downloadrsyslog-36fe8d92f8bad4ddc1f24ede14405129ec46c0d8.tar.gz
rsyslog-36fe8d92f8bad4ddc1f24ede14405129ec46c0d8.tar.xz
rsyslog-36fe8d92f8bad4ddc1f24ede14405129ec46c0d8.zip
added ability for the UDP output action to rebind its send socket after sending n messages
New config directive $ActionSendUDPRebindInterval added for the purpose. By default, rebinding is disabled. This is considered useful for load balancers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 931f21f8..832d7a6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
---------------------------------------------------------------------------
-Version 4.3.? [DEVEL] (rgerhards), 2009-??-??
+Version 4.3.2 [DEVEL] (rgerhards), 2009-??-??
+- added ability for the UDP output action to rebind its send socket after
+ sending n messages. New config directive $ActionSendUDPRebindInterval
+ added for the purpose. By default, rebinding is disabled. This is
+ considered useful for load balancers.
- bugfix: imdiag/imtcp had a race condition
- improved testbench (now much better code design and reuse)
---------------------------------------------------------------------------