CVSROOT: /cvs Module name: src Changes by: mb...@cvs.openbsd.org 2022/05/31 13:01:46
Modified files: regress/sys/net/pflow: flow.10_4 flow.10_6 gen_traffic.c Log message: The pflow regression test could fail due to a race where the close(2) call of the receiver was called before the FIN on the sender was processed. OK bluhm@ OK anton@