Skip to content

Enable the load-balance-sockets configuration [v9.18]

Previously, HAVE_SO_REUSEPORT_LB has been defined only in the private netmgr-int.h header file, making the configuration of load balanced sockets inoperable.

Move the missing HAVE_SO_REUSEPORT_LB define the isc/netmgr.h and add missing isc_nm_getloadbalancesockets() implementation.

(cherry picked from commit 142c63dd)

Closes #3249 (closed)

Edited by Ondřej Surý

Merge request reports