History log of /freebsd/tests/sys/netpfil/pf/tcp.py (Results 1 – 2 of 2)
Revision Date Author Comments
# 63cc817a 26-May-2025 Kristof Provost <kp@FreeBSD.org>

pf tests: deduplicate DelayedSend

We had a few copies of the DelayedSend class around.
Introduce a python utils file (utils.py), move DelayedSend into that and use it
in each test that wants it.

Sp

pf tests: deduplicate DelayedSend

We had a few copies of the DelayedSend class around.
Introduce a python utils file (utils.py), move DelayedSend into that and use it
in each test that wants it.

Sponsored by: Rubicon Communications, LLC ("Netgate")

show more ...


# 37b6e0d8 01-May-2025 Kristof Provost <kp@FreeBSD.org>

pf tests: verify that we send an ack challenge

If there's a state conflict with an open state and a new SYN we send an ack
probe. Verify that this works as expected.

Sponsored by: Rubicon Communica

pf tests: verify that we send an ack challenge

If there's a state conflict with an open state and a new SYN we send an ack
probe. Verify that this works as expected.

Sponsored by: Rubicon Communications, LLC ("Netgate")

show more ...