Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//go:build !linux && !windows
// +build !linux,!windows
package fingerprint
// linkSpeed returns the default link speed
func (f *NetworkFingerprint) linkSpeed(device string) int {
return 0
}