We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad8c9a commit 9e781ccCopy full SHA for 9e781cc
src/core/link_tcp_linux.go
@@ -22,7 +22,7 @@ func (t *linkTCP) getControl(sintf string) func(string, string, syscall.RawConn)
22
}
23
_ = c.Control(btd)
24
if err != nil {
25
- t.links.core.log.Debugln("Failed to set SO_BINDTODEVICE:", sintf)
+ t.core.log.Debugln("Failed to set SO_BINDTODEVICE:", sintf)
26
27
return t.tcpContext(network, address, c)
28
0 commit comments