derp_server_default.go 205 B

123456789101112
  1. // Copyright (c) Tailscale Inc & AUTHORS
  2. // SPDX-License-Identifier: BSD-3-Clause
  3. //go:build !linux
  4. package derp
  5. import "context"
  6. func (c *sclient) statsLoop(ctx context.Context) error {
  7. return nil
  8. }