2023-01-27 21:37:20 +00:00
|
|
|
// Copyright (c) Tailscale Inc & AUTHORS
|
|
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
2022-10-15 16:57:10 +00:00
|
|
|
|
|
|
|
//go:build !linux
|
|
|
|
|
|
|
|
package derp
|
|
|
|
|
|
|
|
import "context"
|
|
|
|
|
|
|
|
func (c *sclient) statsLoop(ctx context.Context) error {
|
|
|
|
return nil
|
|
|
|
}
|