Skip to content

Commit

Permalink
Link to the multicast-dns docs
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Dec 30, 2015
1 parent 9b7314e commit 76ed5cb
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,9 @@ bonjour.find({ type: 'http' }, function (service) {
var bonjour = require('bonjour')([options])
```

Options are:

- `multicast` - use udp multicasting
- `interface` - explicitly specify a network interface. defaults to all
- `port` - set the udp port
- `ip` - set the udp ip
- `ttl` - set the multicast ttl
- `loopback` - receive your own packets
- `reuseAddr` - set the reuseAddr option when creating the socket
(requires node >=0.11.13)
The `options` are optional and will be used when initializing the
underlying multicast-dns server. For details see [the multicast-dns
documentation](https://github.com/mafintosh/multicast-dns#mdns--multicastdnsoptions).

### Publishing

Expand Down

0 comments on commit 76ed5cb

Please sign in to comment.