CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/20 12:17:04
Modified files:
regress/sys/net/pf_fragment: frag.py frag6.py frag6_cutnew.py
frag6_cutold.py frag6_dropnew.py
frag6_dropold.py frag6_ext.py
frag_cutnew.py frag_cutold.py
frag_dropnew.py frag_dropold.py
ping6_mtu_1300.py
Log message:
Replace fork() and sleep() with a Python thread for sniffing packets.
This reduces test execution time from 2m21.95s to 1m09.80s.
