summaryrefslogtreecommitdiffhomepage
path: root/tun/wintun/registryhacks_windows.go
AgeCommit message (Collapse)Author
2019-05-03wintun: work around GetInterface staleness bugJason A. Donenfeld
2019-05-02wintun: don't retry when not creatingJason A. Donenfeld
The only time we're trying to counteract the race condition is when we're creating a driver. When we're simply looking up all drivers, it doesn't make sense to retry.
2019-04-29wintun: try harder to open registry keyJason A. Donenfeld
This sucks. Can we please find a deterministic way of doing this instead?
2019-04-01wintun: add more retry loopsJason A. Donenfeld