varnish-cache
varnish-cache copied to clipboard
varnishd: introduce a new parameter 'reuseport'
The reuseport parameter controls whether or not we will create a listen group in the kernel using SO_REUSEPORT (or SO_REUSEPORT_LB for some platforms). This leads to a more efficient load distribution across the thread pools.
For backward compability reasons, leave this off by default.