summaryrefslogtreecommitdiffstats
path: root/tests/tcpflood.c
Commit message (Collapse)AuthorAgeFilesLines
* added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-2/+0
| | | | | | | | | | | Well, actually this and a lot of related things. I improved the testbench so that the new capabilities are automatically tested and also did some general cleanup. The current multiple tcp listener solution will probably receive some further cleanup, too, but looks quite OK so far. I also reviewed the way tcpsrv et all work, in preparation of using this code for imdiag. I need to document the findings, especially as the code is rather complicated "thanks" to the combination of plain tcp and gssapi transport modes.
* bugfix: missing header (platform compatibility issue)v4.3.0Rainer Gerhards2009-04-171-0/+1
|
* cosmetic fix (status message)Rainer Gerhards2009-04-091-2/+0
|
* removed MSG_NOSIGNAL & provided work-aroundRainer Gerhards2009-04-091-1/+10
| | | | | as this send() option is not supported on Solaris. We now simply ignore SIGPIPE
* implemented $MaxOpenFiles directive and changed testbenchRainer Gerhards2009-04-141-11/+48
| | | | ... to utilize it. This work is not yet fully verified to be correct.
* minor cleanupRainer Gerhards2009-04-081-1/+1
|
* added new test case for many tcp connectionsRainer Gerhards2009-04-081-0/+245
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.