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