summaryrefslogtreecommitdiff
path: root/regress/sys/kern/sosplice/tcp/args-oobinline-reverse.pl
AgeCommit message (Collapse)Author
2014-08-18Make out of band data tests more reliable. As multiple tcp urgentAlexander Bluhm
bytes cannot be handled correctly, allow another variation.
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
- Move the tests from splice to new sosplice directory for consistent naming. - Split the API tests and the TCP splicing tests into separate directories. - Create some tests for the upcoming UDP splicing. - Tests can be run in obj directories now. - The API tests can run both on a local and on a remote machine now. - Fix the forking TCP tests which splice and read or write simultaneously. - Bunch of little fixes for races in the tests. - Deduplicate code, move checks into common functions.