summaryrefslogtreecommitdiff
path: root/tools/regression/netinet/tcpstream/tcpstream.c
Commit message (Collapse)AuthorAgeFilesLines
* Use errx() instead of perror()/exit() for conciseness.Robert Watson2004-10-231-25/+14
| | | | | | | Suggested by: ru (some time ago) Notes: svn path=/head/; revision=136843
* Add tcpstream, a simple TCP stream generator that uses a pseudo-randomRobert Watson2004-09-131-0/+244
sequence to detect data corruption visible to an application. Notes: svn path=/head/; revision=135132