mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-29 23:33:44 +00:00
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
|