Write a functional parallel to Go's netmon, which watches platform network interfaces for changes (routes, addresses, and interfaces added and removed). This will publish the network interface state on the runtime event bus as the OS tells us what has changed, to be consumed by the UDP endpoint runner and STUN/NAT logic
Write a functional parallel to Go's
netmon, which watches platform network interfaces for changes (routes, addresses, and interfaces added and removed). This will publish the network interface state on the runtime event bus as the OS tells us what has changed, to be consumed by the UDP endpoint runner and STUN/NAT logic