Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

be able to send questions with a mDNS unicast response bit set. #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mash
Copy link

@mash mash commented Mar 26, 2014

see http://tools.ietf.org/html/rfc6762#section-5.4

ex:

var question = {
    type  : dns.consts.NAME_TO_QTYPE['A'],
    class : dns.consts.NAME_TO_QCLASS.IN_UNICASTMDNS,
    name  : name + ".local"
};

see http://tools.ietf.org/html/rfc6762#section-5.4

ex:
```
var question = {
    type  : dns.consts.NAME_TO_QTYPE['A'],
    class : dns.consts.NAME_TO_QCLASS.IN_UNICASTMDNS,
    name  : name + ".local"
};
```
@taoeffect
Copy link
Collaborator

@tjfontaine I have no idea about this one (out of scope for me). Should we just merge it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants