zerotier / ZeroTierOne

A Smart Ethernet Switch for Earth
https://zerotier.com
Other
14.49k stars 1.69k forks source link

Windows is sometimes very slow to get IP addresses #90

Closed adamierymenko closed 10 years ago

adamierymenko commented 10 years ago

Seems to sometimes take 1-2 minutes on Windows while other platforms get them in <1 minute. They all need to be sped up but Windows seems to have some kind of unique issue.

adamierymenko commented 10 years ago

I think this is because we get netconf reply before Windows TAP is configured. Fix in WindowsEthernetTap and/or Network by holding IP config until TAP is configured and then applying. Blech. Other platforms' taps come up immediately.

adamierymenko commented 10 years ago

Basically everything about Windows networking is pain and suffering.