==== 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 26: Permission denied 0.34 real 0.39 user 0.41 sys *** Error 1 in . (Makefile:33 'run-splice') FAILED ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 tcpthread: connect_socket: connect 25: Permission denied 0.21 real 0.26 user 0.29 sys *** Error 1 in . (Makefile:37 'run-unsplice') FAILED ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 tcpthread: connect_socket: connect 30: Permission denied 0.30 real 0.36 user 0.49 sys *** Error 1 in . (Makefile:41 'run-max') FAILED ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 tcpthread: connect_socket: connect 30: Permission denied 0.55 real 0.75 user 0.85 sys *** Error 1 in . (Makefile:45 'run-idle') FAILED ==== run-splicedrop ==== time doas -n ./tcpthread -n10 -S2 -D3 -o0 tcpthread: connect_socket: connect 28: Permission denied 1.01 real 1.84 user 1.57 sys *** Error 1 in . (Makefile:55 'run-splicedrop') FAILED