CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/10/27 10:59:14
Modified files:
regress/sys/kern/sosplice: Makefile
regress/sys/kern/sosplice/error: error.pl remote.pl
regress/sys/kern/sosplice/tcp: direct.pl echo.pl relay.pl
remote.pl
regress/sys/kern/sosplice/udp: direct.pl relay.pl remote.pl
Added files:
regress/sys/kern/sosplice/scapy: Makefile
scapy-delay-oobinline.py
scapy-delay-synack.py
scapy-handshake.py
scapy-oobinline.py
scapy-payload.py scapy.pl
Log message:
I am trying to find a bug that seems to be triggered by a combination
of TCP timing and socket splicing. Add tests that use Scapy scripts
as client and server. That allows to drop, delay and retransmit
single TCP packets to execute various code paths in the remote
OpenBSD stack.