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/cmd
Avery Pennarun af9328c1b7 log rate limiting: reformat limiter messages, and use nonempty burst size.
- Reformat the warning about a message being rate limited to print the
  format string, rather than the formatted message. This helps give a
  clue what "type" of message is being limited.

- Change the rate limit warning to be [RATE LIMITED] in all caps. This
  uses less space on each line, plus is more noticeable.

- In tailscaled, change the frequency to be less often (once every 5
  seconds per format string) but to allow bursts of up to 5 messages.
  This greatly reduces the number of messages that are rate limited
  during startup, but allows us to tighten the limit even further during
  normal runtime.

Signed-off-by: Avery Pennarun <apenwarr@tailscale.com>
6 years ago
..
derper derp: move write timeout to package constant. 6 years ago
microproxy tsweb: rename Handler to ReturnHandler 6 years ago
mkpkg cmd/mkpkg: support adding empty directories. 6 years ago
relaynode cmd/relaynode: delete it! 6 years ago
tailscale ipn: plumb NetfilterMode all the way out to the CLI. 6 years ago
tailscaled log rate limiting: reformat limiter messages, and use nonempty burst size. 6 years ago
tsshd wgengine/monitor: don't call LinkChange when interfaces look unchanged 6 years ago