You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/wgengine
Mihai Parparita edb02b63f8 net/sockstats: pass in logger to sockstats.WithSockStats
Using log.Printf may end up being printed out to the console, which
is not desirable. I noticed this when I was investigating some client
logs with `sockstats: trace "NetcheckClient" was overwritten by another`.
That turns to be harmless/expected (the netcheck client will fall back
to the DERP client in some cases, which does its own sockstats trace).

However, the log output could be visible to users if running the
`tailscale netcheck` CLI command, which would be needlessly confusing.

Updates tailscale/corp#9230

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
2 years ago
..
bench
capture net, wgengine/capture: encode NAT addresses in pcap stream 2 years ago
filter all: use tstest.Replace more 2 years ago
magicsock net/sockstats: pass in logger to sockstats.WithSockStats 2 years ago
monitor net/sockstats: remove explicit dependency on wgengine/monitor 2 years ago
netlog sockstats: add labels for netlog and sockstatlog packages 2 years ago
netstack wgengine/netstack: fix data-race on startup 2 years ago
router envknob,net/tstun,wgengine: use TS_DEBUG_MTU consistently 2 years ago
wgcfg tailcfg,wgengine: add initial support for WireGuard only peers 2 years ago
wgint
wglog
winnet
mem_ios.go
pendopen.go
userspace.go net/tstun,wgengine/*: add support for NAT to routes 2 years ago
userspace_ext_test.go
userspace_test.go
watchdog.go
watchdog_js.go
watchdog_test.go
wgengine.go