skip discovery

This commit is contained in:
Zack Scholl 2019-10-28 13:13:03 -07:00
parent da626334e0
commit c7624535e9
1 changed files with 3 additions and 1 deletions

View File

@ -395,8 +395,10 @@ func (c *Client) Receive() (err error) {
})
if err == nil && len(discoveries) > 0 {
for i := 0; i < len(discoveries); i++ {
log.Debugf("discovery %d has payload: %+v", i, discoveries[i])
if !bytes.HasPrefix(discoveries[i].Payload, []byte("croc")) {
log.Debugf("discovery %d has wrong payload: %+v", i, discoveries[i])
log.Debug("skipping discovery")
continue
}
log.Debug("switching to local")
c.Options.RelayAddress = fmt.Sprintf("%s:%s",