David Siegel

Results 48 comments of David Siegel

Ah, so sorry... I thought you meant an opt-in for the conformance check. But you meant an opt-in for underscores. Yes, that'll work.

It's a requirement from [RFC 6335](https://datatracker.ietf.org/doc/html/rfc6335#section-5.1). Also see http://files.dns-sd.org/draft-cheshire-dnsext-dns-sd.txt

Increasing the max length is not a solution. While it works for *this* string it will fail for others. This is uff-8 and a character may require up to 32...

Hi @tadam313, apologies for being unresponsive. Must have slipped through... Yes, I like it. Detecting the actual dns_sd implementation would be great and I'm sure I've tried. However, IIRC a...

> This issue, states that it's fair to ignore the warnings. Yup. > But what about the two errors? It is a system/config thing on the raspberry. My guess is...

As I said: I think it's a name service switch thing. Read the `nsswitch.conf` man page... Specifically: > The service specifications supported on your system depend on the presence of...

Thanks for looking into this. > Should this solution be integrated into master? Not sure yet. Needs closer inspection. In any case you guys can pass a custom resolver chain...

Hi @ErwinSteffens, making that optional sounds good to me. However, instead of making ``NODE_MDNS_HAVE_INTERFACE_NAME_CONVERSION`` a compile-time variable, I'd just use a runtime JS option: ```` const browser = new mdns.Browser(type,...

> > Is the Bonjour SDK for windows installed on that other machine? > > Yes it is... Good. It _is_ required. > but it should not be necessary... as...