CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/10/20 10:31:37
Modified files: regress/sys/net/pf_state: Makefile challenge_ack.py Log message: Make the test faster. Move all the packet matching code into the pcap filter. That means the first packet sniffed is the correct one. In the success case, we can stop without waiting for a timeout. OK sashan@