mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
don't break after 1 address
This commit is contained in:
parent
3f1696c2b6
commit
f7b0126b60
1 changed files with 0 additions and 1 deletions
|
@ -186,7 +186,6 @@ func (m *multicast) announce() {
|
||||||
msg := []byte(a.String())
|
msg := []byte(a.String())
|
||||||
m.sock.WriteTo(msg, nil, destAddr)
|
m.sock.WriteTo(msg, nil, destAddr)
|
||||||
}
|
}
|
||||||
break
|
|
||||||
}
|
}
|
||||||
time.Sleep(time.Second * 15)
|
time.Sleep(time.Second * 15)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue