mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +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())
|
||||
m.sock.WriteTo(msg, nil, destAddr)
|
||||
}
|
||||
break
|
||||
}
|
||||
time.Sleep(time.Second * 15)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue