Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: missing header (platform compatibility issue)v4.3.0 | Rainer Gerhards | 2009-04-17 | 1 | -0/+1 |
| | |||||
* | cosmetic fix (status message) | Rainer Gerhards | 2009-04-09 | 1 | -2/+0 |
| | |||||
* | removed MSG_NOSIGNAL & provided work-around | Rainer Gerhards | 2009-04-09 | 1 | -1/+10 |
| | | | | | as this send() option is not supported on Solaris. We now simply ignore SIGPIPE | ||||
* | implemented $MaxOpenFiles directive and changed testbench | Rainer Gerhards | 2009-04-14 | 1 | -11/+48 |
| | | | | ... to utilize it. This work is not yet fully verified to be correct. | ||||
* | minor cleanup | Rainer Gerhards | 2009-04-08 | 1 | -1/+1 |
| | |||||
* | added new test case for many tcp connections | Rainer Gerhards | 2009-04-08 | 1 | -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. |