==== run-sock100 ==== ulimit -n 500; time ./udpthread -n100 udpthread: connect_socket: send 104: Permission denied *** Error 1 in . (Makefile:18 'run-sock100') FAILED ==== run-splice ==== time ./udpthread -n10 -S2 udpthread: connect_socket: send 23: Permission denied 0.00 real 0.00 user 0.00 sys *** Error 1 in . (Makefile:22 'run-splice') FAILED ==== run-unsplice ==== time ./udpthread -n10 -S2 -U1 udpthread: connect_socket: send 23: Permission denied 0.00 real 0.00 user 0.00 sys *** Error 1 in . (Makefile:26 'run-unsplice') FAILED ==== run-max ==== time ./udpthread -n10 -S4 -M100 -s2 -r2 udpthread: connect_socket: send 23: Permission denied 0.00 real 0.00 user 0.01 sys *** Error 1 in . (Makefile:30 'run-max') FAILED ==== run-idle ==== time ./udpthread -n10 -S4 -I100 -s2 -r2 udpthread: connect_socket: send 27: Permission denied 0.04 real 0.10 user 0.04 sys *** Error 1 in . (Makefile:34 'run-idle') FAILED