Skip to content

Send broadcast on each LAN interfaces on FreeBSD

On FreeBSD 12 or later, a new routing strategy is introduced, which prevents broadcast using 255.255.255.255. Thus, we need to explicitly send the broadcast to each network interfaces. Here the commit can simply reuse the code for Windows.

Ref: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252596

Merge request reports