You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
socket_comms: fix multicast sockets on Windows without IP
Fix multicast sockets on Windows when there is no multicast capable
external interface. The writing socket is now unconditionally bound
to the localhost interface, and the receiving socket updated to be
properly bound to the multicast group on Windows.
Signed-off-by: Jordan Yates <jordan@embeint.com>
0 commit comments