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

feat: add exclusive option for underlying UDP socket #52

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

KevinDyer
Copy link

This commit adds the exclusive option to configure the UDP socket bind call.
Adding this option allows a worker of node cluster to use the multicast-dns
module without sharing the underlying UDP socket with other workers of the
cluster.

@mafintosh
Copy link
Owner

Sorry missed this. This is great tho! Mind removing the log file and package.json changes?

This commit adds the `exclusive` option to configure the udp socket bind call.
Adding this option allows a worker of node cluster to use the multicast-dns
module without sharing the underlying udp socket with other workers of the
cluster.
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.

None yet

3 participants