go.mod, net/tstun, wgengine/magicsock: update wireguard-go (#7712)

This commit updates the wireguard-go dependency to pull in fixes for
the tun package, specifically 052af4a and aad7fca.

Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
Jordan Whited
2023-03-28 15:37:11 -07:00
committed by GitHub
parent 946451b43e
commit 27e37cf9b3
4 changed files with 7 additions and 13 deletions

View File

@@ -2928,7 +2928,7 @@ func (c *connBind) BatchSize() int {
// TODO(raggi): determine by properties rather than hardcoding platform behavior
switch runtime.GOOS {
case "linux":
return conn.DefaultBatchSize
return conn.IdealBatchSize
default:
return 1
}