diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-14 13:52:07 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-14 13:52:07 +0200 |
commit | 04272876d12488b2039b28683dc53e1c802d303d (patch) | |
tree | e1c1ee2bc7f2bd7268d10cdb580af911152528fb /tests/testsuites | |
parent | 7a2dff608d7119accdd6679840987b4fb05f6054 (diff) | |
download | rsyslog-04272876d12488b2039b28683dc53e1c802d303d.tar.gz rsyslog-04272876d12488b2039b28683dc53e1c802d303d.tar.xz rsyslog-04272876d12488b2039b28683dc53e1c802d303d.zip |
implemented $MaxOpenFiles directive and changed testbench
... to utilize it. This work is not yet fully verified to be correct.
Diffstat (limited to 'tests/testsuites')
-rw-r--r-- | tests/testsuites/manytcp.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/testsuites/manytcp.conf b/tests/testsuites/manytcp.conf index e491cd04..8175732e 100644 --- a/tests/testsuites/manytcp.conf +++ b/tests/testsuites/manytcp.conf @@ -1,7 +1,9 @@ # Test for tcp "flood" testing # rgerhards, 2009-04-08 $ModLoad ../plugins/imtcp/.libs/imtcp -$inputtcpmaxsessions 2000 +$MainMsgQueueTimeoutShutdown 10000 +$MaxOpenFiles 2000 +$InputTCPMaxSessions 1100 $InputTCPServerRun 13514 $ErrorMessagesToStderr off |