summaryrefslogtreecommitdiff
path: root/tun/wintun/registry (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wintun: registry: replace REG_NOTIFY with NOTIFYSimon Rozman2019-05-102-10/+6
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* wintun: IpConfig is a MULTI_SZ, and fix errorsJason A. Donenfeld2019-05-101-5/+23
|
* wintun: wait for interface registry key on device creationSimon Rozman2019-05-104-0/+414
By using RegNotifyChangeKeyValue(). Also disable dead gateway detection. Signed-off-by: Simon Rozman <simon@rozman.si>