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

net: do not set V4MAPPED on FreeBSD #1555

Closed
wants to merge 2 commits into from
Closed

net: do not set V4MAPPED on FreeBSD #1555

wants to merge 2 commits into from

Commits on Apr 29, 2015

  1. net: do not set V4MAPPED on FreeBSD

    V4MAPPED is not supported on recent FreeBSD versions, at least on 10.1.
    Thus, do not set this flag in net.connect on FreeBSD.
    
    Fixes: nodejs/node-v0.x-archive#8540
    Fixes: nodejs/node-v0.x-archive#9204
    PR-URL: nodejs/node-v0.x-archive#18204
    Reviewed-By: Colin Ihrig <[email protected]>
    Julien Gilli authored and cjihrig committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    b5432ae View commit details
    Browse the repository at this point in the history
  2. Revert "dns: remove AI_V4MAPPED hint flag on FreeBSD"

    This reverts commit 04bea9f.
    cjihrig committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    ba18782 View commit details
    Browse the repository at this point in the history