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

cluster,dgram: pass UDP bind flags from cluster worker #2611

Closed
wants to merge 1 commit into from

Commits on Aug 30, 2015

  1. cluster,dgram: pass UDP bind flags from cluster worker

    Previously, `reuseAddr: true` was being ignored when set inside a
    cluster worker. This commit passes the bind flags to the master so
    that the socket is bound appropriately.
    mscdex committed Aug 30, 2015
    Configuration menu
    Copy the full SHA
    8af5f07 View commit details
    Browse the repository at this point in the history