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/magicsock
David Anderson 554a20becb wgengine/magicsock: only log about lazy config when actually doing lazy config.
Before, tailscaled would log every 10 seconds when the periodic noteRecvActivity
call happens. This is noisy, but worse it's misleading, because the message
suggests that the disco code is starting a lazy config run for a missing peer,
whereas in fact it's just an internal piece of keepalive logic.

With this change, we still log when going from 0->1 tunnel for the peer, but
not every 10s thereafter.

Signed-off-by: David Anderson <danderson@tailscale.com>
5 years ago
..
discopingpurpose_string.go wgengine/magicsock: make discoPingPurpose a stringer 5 years ago
magicsock.go wgengine/magicsock: only log about lazy config when actually doing lazy config. 5 years ago
magicsock_test.go wgengine/magicsock: add start of magicsock benchmarks (Conn.ReceiveIPv4 for now) 5 years ago