==== 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 24: Permission denied 0.42 real 0.65 user 0.63 sys *** Error 1 in . (Makefile:33 'run-splice') FAILED ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 tcpthread: connect_socket: connect 24: Permission denied 0.28 real 0.48 user 0.46 sys *** Error 1 in . (Makefile:37 'run-unsplice') FAILED ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 tcpthread: connect_socket: connect 28: Permission denied 0.23 real 0.41 user 0.41 sys *** Error 1 in . (Makefile:41 'run-max') FAILED ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 tcpthread: connect_socket: connect 36: Permission denied 1.23 real 1.73 user 2.30 sys *** Error 1 in . (Makefile:45 'run-idle') FAILED ==== run-splicedrop ==== time doas -n ./tcpthread -n10 -S2 -D3 -o0 tcpthread: connect_socket: connect 29: Permission denied 9.31 real 15.94 user 17.87 sys *** Error 1 in . (Makefile:55 'run-splicedrop') FAILED