summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorDavid Crawshaw <crawshaw@tailscale.com>2020-02-25 11:06:29 -0500
committerDavid Crawshaw <crawshaw@tailscale.com>2020-02-25 14:53:24 -0500
commitec101e4d5498e6ef5ada136d933e68a455e76c4e (patch)
treed5da211baa959c02e0a56b361b2cdb6998614710 /go.mod
parenta6ad3c46e2916a633a7f4a50740ce690880ca063 (diff)
downloadtailscale-crawshaw/spray.tar.xz
tailscale-crawshaw/spray.zip
wgengine: add pinger to generate initial spray packetscrawshaw/spray
For 3 seconds after a successful handshake, wgengine will send a ping packet every 300ms to its peer. This ensures the spray logic in magicsock has something to spray. Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0d74b74b5..7adbf581d 100644
--- a/go.mod
+++ b/go.mod
@@ -17,7 +17,7 @@ require (
github.com/pborman/getopt v0.0.0-20190409184431-ee0cd42419d3
github.com/tailscale/hujson v0.0.0-20190930033718-5098e564d9b3
github.com/tailscale/winipcfg-go v0.0.0-20200213045944-185b07f8233f
- github.com/tailscale/wireguard-go v0.0.0-20200224122332-ad79bbddc844
+ github.com/tailscale/wireguard-go v0.0.0-20200225153850-22c50ed0a086
golang.org/x/crypto v0.0.0-20200210222208-86ce3cb69678
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200217220822-9197077df867