CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/01/05 17:01:18
Log message:
Spawn multiple threads and run system calls on TCP socket in parallel.
Setup TCP connections on localhost and run system calls connect(2),
accept(2), send(2), recv(2), and close(2) in parallel. In addition
multi threaded stress test for socket splicing, unsplice, max length
and idle timeout can run. The successful operations are counted.
Status:
Vendor Tag: bluhm
Release Tags: bluhm_20250106
N src/regress/sys/netinet/tcpthread/tcpthread.c
N src/regress/sys/netinet/tcpthread/Makefile
N src/regress/sys/netinet/tcpthread/README
No conflicts created by this import