issues
search
mdns-js
/
node-mdns-js
Pure JavaScript/NodeJS mDNS discovery implementation.
Apache License 2.0
161
stars
60
forks
source link
minor fixes and use modified node-mdns-js-packet
#43
Closed
mrose17
closed
9 years ago
mrose17
commented
9 years ago
browser:
if decoder.decodePackets returns null, return early
decoder:
put a try/catch around the call to dns.DNSPacket.parse
fix typo in debug()
networking:
support ‘networkInterface’ option to limit to a single interface
if bind fails, propagate error (and do not attempt multicast options
packetfactory:
support ‘additionalAddresses’ option
browser:
decoder:
networking:
packetfactory: