summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-14 19:53:04 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-14 19:53:04 +0200
commit095a20360ab547f37bf4fd8b099fdf0b03a5c86f (patch)
tree6c11f654ed8f5032a3e5959dada4fbb236427bd2 /ChangeLog
parent935a9eef5770a4a298d1ccefab59e3863210fc68 (diff)
downloadrsyslog-095a20360ab547f37bf4fd8b099fdf0b03a5c86f.tar.gz
rsyslog-095a20360ab547f37bf4fd8b099fdf0b03a5c86f.tar.xz
rsyslog-095a20360ab547f37bf4fd8b099fdf0b03a5c86f.zip
added ability for the TCP output action to "rebind" its send socket
...after sending n messages (actually, it re-opens the connection, the name is used because this is a concept very similiar to $ActionUDPRebindInterval). New config directive $ActionSendTCPRebindInterval 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, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9aca45f7..b0c6a05b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,12 @@ Version 4.5.1 [DEVEL] (rgerhards), 2009-07-??
- bugfix: message could be truncated after TAG, often when forwarding
This was a result of an internal processing error if maximum field
sizes had been specified in the property replacer.
+- added ability for the TCP output action to "rebind" its send socket after
+ sending n messages (actually, it re-opens the connection, the name is
+ used because this is a concept very similiar to $ActionUDPRebindInterval).
+ New config directive $ActionSendTCPRebindInterval added for the purpose.
+ By default, rebinding is disabled. This is considered useful for load
+ balancers.
- testbench improvements
---------------------------------------------------------------------------
Version 4.5.0 [DEVEL] (rgerhards), 2009-07-02