mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
resolve conflicts
This commit is contained in:
commit
92d9274f3f
4 changed files with 30 additions and 28 deletions
|
@ -271,6 +271,7 @@ func (t *tcp) call(saddr string, options interface{}, sintf string) {
|
|||
}
|
||||
dialer := net.Dialer{
|
||||
Control: t.tcpContext,
|
||||
Timeout: time.Second * 5,
|
||||
}
|
||||
if sintf != "" {
|
||||
ief, err := net.InterfaceByName(sintf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue