Kit: Go: use Windows-style retry sleep loop on bind updates

Something odd happens in the network extension that we still don't
understand. Attempt to poke it in this terrible way.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld
2020-12-18 11:50:13 +01:00
parent 44c4df1cd5
commit 21d920c8b0
3 changed files with 41 additions and 29 deletions
+5 -5
View File
@@ -1,10 +1,10 @@
module golang.zx2c4.com/wireguard/ios
go 1.13
go 1.15
require (
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11 // indirect
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e
golang.zx2c4.com/wireguard v0.0.20201118
golang.org/x/crypto v0.0.0-20201217014255-9d1352758620 // indirect
golang.org/x/net v0.0.0-20201216054612-986b41b23924 // indirect
golang.org/x/sys v0.0.0-20201218084310-7d0127a74742
golang.zx2c4.com/wireguard v0.0.20201119-0.20201218223923-756958d857f8
)