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/net/tstun
Josh Bleecher Snyder 73beaaf360 net/tstun: rate limit "self disco out packet" logging
When this happens, it is incredibly noisy in the logs.
It accounts for about a third of all remaining
"unexpected" log lines from a recent investigation.

It's not clear that we know how to fix this,
we have a functioning workaround,
and we now have a (cheap and efficient) metric for this
that we can use for measurements.

So reduce the logging to approximately once per minute.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
3 years ago
..
fake.go
ifstatus_noop.go
ifstatus_windows.go
tap_linux.go
tap_unsupported.go
tun.go net/tstun: don't compile the code New constructor on js/wasm 3 years ago
tun_linux.go
tun_macos.go
tun_notwindows.go
tun_windows.go
wrap.go net/tstun: rate limit "self disco out packet" logging 3 years ago
wrap_test.go net/tstun: rate limit "self disco out packet" logging 3 years ago