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

Commits on Oct 29, 2019

  1. feat: add exclusive option for underlying udp socket

    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.
    KevinDyer authored and bschmickley committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    f6f1a1f View commit details
    Browse the repository at this point in the history
  2. 7.0.1

    KevinDyer authored and bschmickley committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    215acf1 View commit details
    Browse the repository at this point in the history
  3. Delete npm-debug.log

    bschmickley committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    1c3abb7 View commit details
    Browse the repository at this point in the history