summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-08 17:48:02 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-08 17:48:02 +0200
commit7cc7166cb24e50e48cab1cbb3c19c8c17d95ace7 (patch)
treedf78b696c13f5b4fc15f061c1ed03112d631a470 /ChangeLog
parent51e690f720b4a53a431e7a536b2fe8c25e866f7d (diff)
downloadrsyslog-7cc7166cb24e50e48cab1cbb3c19c8c17d95ace7.tar.gz
rsyslog-7cc7166cb24e50e48cab1cbb3c19c8c17d95ace7.tar.xz
rsyslog-7cc7166cb24e50e48cab1cbb3c19c8c17d95ace7.zip
added new test case for many tcp connections
It is checked that many tcp connections are properly handled. While adding this test, I noticed that there is a bug in imtcp that prevents creation of more than 200 connections. This bug still exists, so the test suite currently fails (what is correct). Will be addressed soon.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 98146600..98b4f235 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,9 @@ Version 4.1.7 [DEVEL] (rgerhards), 2009-03-??
performance. This is also necessary towards the long-term goal
of loadable library modules.
- added new RainerScript function "tolower"
-- improved testbench, added tests for tcp-based reception
+- improved testbench
+ * added tests for tcp-based reception
+ * added tcp-load test (1000 connections, 20,000 messages)
---------------------------------------------------------------------------
Version 4.1.6 [DEVEL] (rgerhards), 2009-04-07
- added new "csv" property replacer options to enable simple creation