Skip to content

Commit

Permalink
Disable requiring unicast response during probing
Browse files Browse the repository at this point in the history
At the momet we cannot receive unicast responses #15
  • Loading branch information
brutella committed Jul 24, 2020
1 parent 183bf51 commit 1c986dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions probe.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ func probeAtInterface(ctx context.Context, conn MDNSConn, service Service, iface
Qclass: dns.ClassINET,
}

// Responses to probe should be unicast
setQuestionUnicast(&instanceQ)
setQuestionUnicast(&hostQ)
// TODO Responses to probe should be unicast
// setQuestionUnicast(&instanceQ)
// setQuestionUnicast(&hostQ)

msg.Question = []dns.Question{instanceQ, hostQ}

Expand Down

0 comments on commit 1c986dc

Please sign in to comment.