wgengine/magicsock: add envknob to toggle UDP relay feature (#16396)

Updates tailscale/corp#27502

Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
Jordan Whited
2025-06-26 18:39:47 -07:00
committed by GitHub
parent 6feb3c35cb
commit b2bf7e988e
3 changed files with 10 additions and 3 deletions
+1
View File
@@ -31,3 +31,4 @@ func debugRingBufferMaxSizeBytes() int { return 0 }
func inTest() bool { return false }
func debugPeerMap() bool { return false }
func pretendpoints() []netip.AddrPort { return []netip.AddrPort{} }
func debugAssumeUDPRelayCapable() bool { return false }