summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-01-10 10:23:17 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-01-10 10:23:17 +0100
commit1a6b71dff28704e817dfacc1583c1b00bfabaf3e (patch)
treefa41f637a4239e21f32f536c3d1ddfbe657658ec /ChangeLog
parent3885cb1e253f0b5c84f8a8b09bfc7855437391db (diff)
downloadrsyslog-1a6b71dff28704e817dfacc1583c1b00bfabaf3e.tar.gz
rsyslog-1a6b71dff28704e817dfacc1583c1b00bfabaf3e.tar.xz
rsyslog-1a6b71dff28704e817dfacc1583c1b00bfabaf3e.zip
tcpflood test tool: cleaned up sender multithreading
we now properly wait for startup of all threads before actually beginning to send data (and start the timers).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b607c485..d095097d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@ Version 6.1.3 [DEVEL] (rgerhards), 2010-12-??
namely those that have 32bit atomic operations but not 64 bit ones
- bugfix: local hostname was pulled too-early, so that some config
directives (namely FQDN settings) did not have any effect
+- enhanced tcpflood to support multiple sender threads
+ this is required for some high-throughput scenarios (and necessary to
+ run some performance tests, because otherwise the sender is too slow).
---------------------------------------------------------------------------
Version 6.1.2 [DEVEL] (rgerhards), 2010-12-16
- added experimental support for log normalizaton (via liblognorm)