Update tunnel to send discovery on connect and multicast messages. Announce as broadcast
This commit is contained in:
@@ -180,6 +180,8 @@ func (s *session) Announce() error {
|
||||
msg := s.newMessage("announce")
|
||||
// we don't need an error back
|
||||
msg.errChan = nil
|
||||
// announce to all
|
||||
msg.broadcast = true
|
||||
// we don't need the link
|
||||
msg.link = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user