xapi-project / xcp-networkd

The XCP networking daemon
Other
14 stars 42 forks source link

Batch IP monitor changes for 1 second #10

Closed robhoes closed 11 years ago

robhoes commented 11 years ago

IP address changes, e.g. as a result of DHCP, usually trigger multiple events in the IP watcher. This change causes Xapi to be notified just once if multiple events occur within a second.

Signed-off-by: Rob Hoes rob.hoes@citrix.com

robhoes commented 11 years ago

This is equivalent to https://github.com/xapi-project/xen-api/pull/1340.