mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-24 20:27:51 +00:00
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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user