==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 tcpthread: connect_socket: connect 104: Permission denied *** Error 1 in . (Makefile:29 'run-sock100') FAILED ==== run-splice ==== time ./tcpthread -n10 -S2 tcpthread: connect_socket: connect 23: Permission denied 0.16 real 0.27 user 0.16 sys *** Error 1 in . (Makefile:33 'run-splice') FAILED ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 tcpthread: connect_socket: connect 25: Permission denied 0.16 real 0.18 user 0.28 sys *** Error 1 in . (Makefile:37 'run-unsplice') FAILED ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 tcpthread: connect_socket: connect 24: Permission denied 0.65 real 0.85 user 1.06 sys *** Error 1 in . (Makefile:41 'run-max') FAILED ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 tcpthread: connect_socket: connect 44: Permission denied 0.00 real 0.00 user 0.01 sys *** Error 1 in . (Makefile:45 'run-idle') FAILED ==== run-splicedrop ==== time doas -n ./tcpthread -n10 -S2 -D3 -o0 tcpthread: connect_socket: connect 43: Permission denied 6.61 real 10.51 user 11.03 sys *** Error 1 in . (Makefile:55 'run-splicedrop') FAILED