tun: windows: never retry open on Windows 10

This commit is contained in:
Jason A. Donenfeld
2019-06-18 16:08:28 +02:00
parent 1f48971a80
commit c69d026649
4 changed files with 22 additions and 13 deletions

6
go.mod
View File

@@ -3,7 +3,7 @@ module golang.zx2c4.com/wireguard
go 1.12
require (
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
golang.org/x/sys v0.0.0-20190606203320-7fc4e5ec1444
golang.org/x/crypto v0.0.0-20190617133340-57b3e21c3d56
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
golang.org/x/sys v0.0.0-20190618155005-516e3c20635f
)