gecko/netwerk/base
Daniel Stenberg 9b14e61d5f Bug 939318 - Detect network interface changes on windows. r=mcmanus
Now supports IPv6 as well if a new enough windows version is used.
Which notification function to use is detect at run-time.

Now sends CHANGED event if the online interface(s) are different in any
way since it was previously checked and considered UP. CHANGED is sent
before UP in case both are detected. It does not send any CHANGED events
during the first 2 seconds after startup.

nIOService: split up the network event receiver function from the
network status init function and have the event receiver act on the
incoming event.

DNSservice: acts on network changes (flushes the host cache and restarts
ongoing name resolves)

HttpHandler: acts on network changes
2014-09-23 03:48:00 -04:00
..
public Bug 939318 - Detect network interface changes on windows. r=mcmanus 2014-09-23 03:48:00 -04:00
src Bug 939318 - Detect network interface changes on windows. r=mcmanus 2014-09-23 03:48:00 -04:00
moz.build