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
Problem: Dargon.Courier previously sent multicast output to whatever the OS decided best. On Windows, this sometimes meant the VirtualBox NIC, not eth0 leading to other devices.
Commit 260375e addresses this issue via a simple heuristic.
Perhaps we should consider multicasting to all available NICs? Either that, or providing a means to specify the desired NIC.
The text was updated successfully, but these errors were encountered:
Problem: Dargon.Courier previously sent multicast output to whatever the OS decided best. On Windows, this sometimes meant the VirtualBox NIC, not eth0 leading to other devices.
Commit 260375e addresses this issue via a simple heuristic.
Perhaps we should consider multicasting to all available NICs? Either that, or providing a means to specify the desired NIC.
The text was updated successfully, but these errors were encountered: