Enhancement: For FreeBSD based systems, enable connection load balancing in case of multiple listeners. #105
Labels
help wanted
Seeking public contribution on this issue
kind/enhancement
A net-new feature or improvement to an existing feature
Enhancement
In linux based systems, setting SO_REUSEPORT socket option and binding multiple listening sockets enables kernel to perform connection load balancing onto all listeners.
Whereas this is not implemented in windows and macOS.
But for FreeBSD based systems, an additional socket option called SO_REUSEPORT_LB has to be enabled in order for this load balancing to take place. It is described here.
Hence, this is an enhancement issue to enable this new option for freeBSD based systems.
The text was updated successfully, but these errors were encountered: