History log of /openbsd-src/regress/sys/kern/sosplice/Relay.pm (Results 1 – 4 of 4)
Revision Date Author Comments
# 75657dc7 14-Dec-2021 bluhm <bluhm@openbsd.org>

IO::Socket::IP non-blocking connect works a bit differently than
IO::Socket::INET6. Tweak the non-blocking for connect in the
sosplice scapy test.


# 4b4b1389 12-Dec-2021 bluhm <bluhm@openbsd.org>

Replace deprecated IO::Socket::INET6 with IO::Socket::IP.


# 15b894fd 07-Nov-2017 bluhm <bluhm@openbsd.org>

Test more variations of TCP packets in the scapy splicing tests.
Delay connect and SYN+ACK to splice data into a connecting socket.


# f39f8f30 03-Jan-2013 bluhm <bluhm@openbsd.org>

Reengineer the socket splicing regression tests:
- Move the tests from splice to new sosplice directory for consistent naming.
- Split the API tests and the TCP splicing tests into separate directori

Reengineer the socket splicing regression tests:
- 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.

show more ...