netkernelconf
packageThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Overview¶
Package netkernelconf contains code for checking kernel netdev config.
Index¶
Constants¶
This section is empty.
Variables¶
This section is empty.
Functions¶
funcCheckUDPGROForwarding¶
CheckUDPGROForwarding checks if the machine is optimally configured toforward UDP packets between the default route and Tailscale TUN interfaces.It returns a non-nil warn in the case that the configuration is suboptimal.It returns a non-nil err in the case that an error is encountered whileperforming the check.
funcSetUDPGROForwarding¶added inv1.68.0
SetUDPGROForwarding enables UDP GRO forwarding for the provided defaultinterface. It validates if the provided tun interface has UDP segmentationenabled and, if not, returns an error. Seehttps://tailscale.com/kb/1320/performance-best-practices#linux-optimizations-for-subnet-routers-and-exit-nodes
Types¶
This section is empty.