mirror of
https://git.zx2c4.com/wireguard-go
synced 2024-11-15 09:15:14 +01:00
wintun: increase registry timeout
This commit is contained in:
parent
03eee4a778
commit
41fdbf0971
@ -31,7 +31,7 @@ var deviceClassNetGUID = windows.GUID{Data1: 0x4d36e972, Data2: 0xe325, Data3: 0
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
hardwareID = "Wintun"
|
hardwareID = "Wintun"
|
||||||
waitForRegistryTimeout = time.Second * 5
|
waitForRegistryTimeout = time.Second * 10
|
||||||
)
|
)
|
||||||
|
|
||||||
// makeWintun creates a Wintun interface handle and populates it from the device's registry key.
|
// makeWintun creates a Wintun interface handle and populates it from the device's registry key.
|
||||||
|
Loading…
Reference in New Issue
Block a user