summaryrefslogtreecommitdiffstats
path: root/tests/asynwr_timeout.sh
Commit message (Collapse)AuthorAgeFilesLines
* added more tests to testbench and improved testing toolsRainer Gerhards2010-03-111-0/+1
|
* testbench: new calling interface for tcpfloodRainer Gerhards2010-03-101-1/+1
| | | | | this is a perquisite to support more flexible testing modes, which could not intelligently be implemented with the old interface
* some cosmetic changesRainer Gerhards2010-03-101-0/+1
| | | | | | note that a buffer size calculation was done wrong, but this was cosmetic because our buffers currently all use byte size, so even though the formula was wrong, the result was correct.
* bugfixes and testbench improvementRainer Gerhards2010-03-101-0/+19
- improved testbench - bugfix: potential data loss during file stream shutdown - bugfix: potential problems during file stream shutdown The shutdown/close sequence was not clean, what potentially (but unlikely) could lead to some issues. We have not been able to describe any fatal cases, but there was some bug potential. Sequence has now been straighted out.