H2O: Increase the maximum number of connections accepted simultaneously (#2668)
Previously, the maximum number of connections accepted simultaneously was 1
in order to improve load balancing. Now the SO_REUSEPORT socket option takes
care of that, so the number can be increased to reduce the amount of system
calls.