Open cosinekitty opened 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.
TrafficMonitor
UdpClient
When network adapters are added/removed/changed, the
TrafficMonitor
needs to regenerate the list ofUdpClient
objects. Old clients need to be disposed and the new ones need to start listening for traffic.