mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-28 23:01:19 +01:00
Part of making all netlink monitoring code optional. Updates #17311 (how I got started down this path) Updates #12614 Change-Id: Ic80d8a7a44dc261c4b8678b3c2241c3b3778370d Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
7 lines
234 B
Go
7 lines
234 B
Go
// Copyright (c) Tailscale Inc & AUTHORS
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
// Package linkspeed registers support for setting the TUN link speed on Linux,
|
|
// to better integrate with system monitoring tools.
|
|
package linkspeed
|