aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/registryhacks_windows.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wintun: wait for interface registry key on device creationSimon Rozman2019-05-101-42/+0
| | | | | | By using RegNotifyChangeKeyValue(). Also disable dead gateway detection. Signed-off-by: Simon Rozman <simon@rozman.si>
* wintun: work around GetInterface staleness bugJason A. Donenfeld2019-05-031-2/+2
|
* wintun: don't retry when not creatingJason A. Donenfeld2019-05-021-3/+3
| | | | | | 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.
* wintun: try harder to open registry keyJason A. Donenfeld2019-04-291-2/+2
| | | | | This sucks. Can we please find a deterministic way of doing this instead?
* wintun: add more retry loopsJason A. Donenfeld2019-04-011-0/+42