cosinekitty / zeroconfig

Dotnet Core C# library for MDNS zeroconfig browsing, resolving, and publishing. Self-contained -- no external dependencies.
MIT License
8 stars 1 forks source link

Handle changes to the network adapter list #4

Open cosinekitty opened 3 years ago

cosinekitty commented 3 years ago

When network adapters are added/removed/changed, the TrafficMonitor needs to regenerate the list of UdpClient objects. Old clients need to be disposed and the new ones need to start listening for traffic.