summaryrefslogtreecommitdiffhomepage
path: root/derp/derp_server_default.go
blob: 014cfffd642c2227a820d89cf5fb85e1dfe12e18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause

//go:build !linux || android

package derp

import "context"

func (c *sclient) startStatsLoop(ctx context.Context) {
	// Nothing to do
	return
}