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
I mistakenly believed host networking through docker wasn't available on Mac and Window's hosts. This is incorrect https://docs.docker.com/engine/network/drivers/host/#docker-desktop. Host networking is required for UDP multicast, which is the most ergonomic way to achieve device discovery / communication. In addition to allowing multicast, host network mode improves performance and should remove many Docker related networking issues.
This issue tracks implementing UDP multicast.
The text was updated successfully, but these errors were encountered:
I mistakenly believed host networking through docker wasn't available on Mac and Window's hosts. This is incorrect https://docs.docker.com/engine/network/drivers/host/#docker-desktop. Host networking is required for UDP multicast, which is the most ergonomic way to achieve device discovery / communication. In addition to allowing multicast, host network mode improves performance and should remove many Docker related networking issues.
This issue tracks implementing UDP multicast.
The text was updated successfully, but these errors were encountered: