Skip to content

daemon/io: use SO_REUSEPORT_LB if available (FreeBSD 12.0+)

Vladimír Čunát requested to merge reuseport-freebsd into master

and don't use SO_REUSEPORT on non-Linux. (Free)BSD has a different meaning for it, which only brings confusion - only the last instance would be getting packets.

Merge request reports