Narf!debugging the "[warn] Error creating network socket: Too many open files" messages I just found the max number of file descriptors apparently being hard coded in or.h to a value of 15.000. Raising the number using ulimit -n thus shows no effect.
Olaf