Skip to content

agent: re-gather after a restart

Matthew Waters requested to merge ystreet/libnice:ice-restart-regather into master

If the network interfaces have changed, then we need to gather addresses from them as well. Fixes network situations where starting out with one network interface disabled, another enabled, and then switching the enabled state on the network interfaces, and performing an ICE restart would not be able to gather from the newly added network interface.

Would also theoretically fix a scenario where e.g. a leased DHCP address changes on an network interface and could then be used after an ICE restart.

Merge request reports