==== run-sock100 ==== ulimit -n 500; time ./tcpthread -n100 tcpthread: connect_socket: connect 119: Permission denied *** Error 1 in . (Makefile:29 'run-sock100') FAILED ==== run-splice ==== time ./tcpthread -n10 -S2 tcpthread: connect_socket: connect 24: Permission denied 0.78 real 1.00 user 0.93 sys *** Error 1 in . (Makefile:33 'run-splice') FAILED ==== run-unsplice ==== time ./tcpthread -n10 -S2 -U1 tcpthread: connect_socket: connect 34: Permission denied 0.56 real 0.80 user 0.86 sys *** Error 1 in . (Makefile:37 'run-unsplice') FAILED ==== run-max ==== time ./tcpthread -n10 -S4 -M100 -s2 -r2 tcpthread: connect_socket: connect 23: Permission denied 1.03 real 1.42 user 1.68 sys *** Error 1 in . (Makefile:41 'run-max') FAILED ==== run-idle ==== time ./tcpthread -n10 -S4 -I100 -s2 -r2 tcpthread: connect_socket: connect 23: Permission denied 1.06 real 1.36 user 1.78 sys *** Error 1 in . (Makefile:45 'run-idle') FAILED