summaryrefslogtreecommitdiffstats
path: root/tests/manytcp.sh
Commit message (Collapse)AuthorAgeFilesLines
* implemented $MaxOpenFiles directive and changed testbenchRainer Gerhards2009-04-141-4/+9
| | | | ... to utilize it. This work is not yet fully verified to be correct.
* fixed testbench compilation problem on SolarisRainer Gerhards2009-04-091-0/+1
| | | | | Solaris network libraries needed to be specified in linker options
* working some more on "make distcheck"Rainer Gerhards2009-04-091-1/+3
| | | | ... this time I think successfully (at least on Fedora...)
* added new test case for many tcp connectionsRainer Gerhards2009-04-081-0/+13
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.