summaryrefslogtreecommitdiffstats
path: root/tools/regression/netinet/tcpstream
Commit message (Collapse)AuthorAgeFilesLines
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-131-1/+1
| | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit.
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Use errx() instead of perror()/exit() for conciseness.rwatson2004-10-231-25/+14
| | | | Suggested by: ru (some time ago)
* Add a very basic README for tcpstream.rwatson2004-09-131-0/+20
|
* Add tcpstream, a simple TCP stream generator that uses a pseudo-randomrwatson2004-09-132-0/+253
sequence to detect data corruption visible to an application.
OpenPOWER on IntegriCloud