Skip to content

net: support DNS hints in createConnection() - #6061

Closed
cjihrig wants to merge 1 commit into
nodejs:v5.xfrom
cjihrig:v5.x
Closed

net: support DNS hints in createConnection()#6061
cjihrig wants to merge 1 commit into
nodejs:v5.xfrom
cjihrig:v5.x

Conversation

@cjihrig

Copy link
Copy Markdown
Contributor

Backport of #6000 to v5.x branch.

R= @thealphanerd

This commit adds support for passing DNS lookup hints to
createConnection().
PR-URL: nodejs#6000
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Conflicts:
test/parallel/test-net-create-connection.js
@mscdexmscdex added dns Issues and PRs related to the dns subsystem. net Issues and PRs related to the net subsystem. v5.x labels Apr 5, 2016
@jasnell

Copy link
Copy Markdown
Member

LGTM

@MylesBorins

Copy link
Copy Markdown
Contributor

@MylesBorins

Copy link
Copy Markdown
Contributor

landed in v5.x as 6d9c0c9

@MylesBorinsMylesBorins removed their assignment Dec 27, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dnsIssues and PRs related to the dns subsystem.netIssues and PRs related to the net subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@cjihrig@jasnell@MylesBorins@mscdex@GlenTiki