We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed6fe2 commit 95f2c82Copy full SHA for 95f2c82
speedtest/util.go
@@ -8,6 +8,6 @@ import (
8
"net"
9
)
10
11
-func newDialerInterfaceBound(iface string) (dialer *net.Dialer, err error) {
+func newDialerInterfaceOrFwmarkBound(iface string, fwmark int) (dialer *net.Dialer, err error) {
12
return nil, fmt.Errorf("cannot bound to interface on this platform")
13
}
0 commit comments