Skip to content

src: extract common sockaddr creation code - #26070

Closed
danbev wants to merge 4 commits into
nodejs:masterfrom
danbev:udp_sockaddr
Closed

src: extract common sockaddr creation code#26070
danbev wants to merge 4 commits into
nodejs:masterfrom
danbev:udp_sockaddr

Conversation

@danbev

@danbev danbev commented Feb 13, 2019

Copy link
Copy Markdown
Contributor

This commit extracts code to create sockaddr which is shared by both
UDPWrap::DoBind and UDPWrap::DoSend.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
This commit extracts code to create sockaddr which is shared by both
UDPWrap::DoBind and UDPWrap::DoSend.
@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. dgram Issues and PRs related to UDP and the dgram module. labels Feb 13, 2019
@danbev

danbev commented Feb 13, 2019

Copy link
Copy Markdown
Contributor Author
@danbev danbev added the wip Issues and PRs that are still a work in progress. label Feb 13, 2019
Comment thread src/udp_wrap.cc Outdated
@danbev

danbev commented Feb 13, 2019

Copy link
Copy Markdown
Contributor Author
Comment thread src/udp_wrap.cc Outdated
@danbev danbev removed the wip Issues and PRs that are still a work in progress. label Feb 14, 2019
Comment thread src/udp_wrap.cc Outdated
@addaleax addaleax added the author ready PRs with CI started, the required approvals, and no outstanding review comments. label Feb 15, 2019
@antsmartian

Copy link
Copy Markdown
Contributor
@addaleax

Copy link
Copy Markdown
Member

Landed in 05292cb

@addaleax addaleax closed this Feb 17, 2019
addaleax pushed a commit that referenced this pull request Feb 17, 2019
This commit extracts code to create sockaddr which is shared by both
UDPWrap::DoBind and UDPWrap::DoSend.

PR-URL: #26070
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
addaleax pushed a commit that referenced this pull request Feb 17, 2019
This commit extracts code to create sockaddr which is shared by both
UDPWrap::DoBind and UDPWrap::DoSend.

PR-URL: #26070
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
@danbev
danbev deleted the udp_sockaddr branch February 25, 2019 06:36
@BridgeAR BridgeAR mentioned this pull request Feb 26, 2019
rvagg pushed a commit that referenced this pull request Feb 28, 2019
This commit extracts code to create sockaddr which is shared by both
UDPWrap::DoBind and UDPWrap::DoSend.

PR-URL: #26070
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
MylesBorins pushed a commit that referenced this pull request May 16, 2019
This commit extracts code to create sockaddr which is shared by both
UDPWrap::DoBind and UDPWrap::DoSend.

PR-URL: #26070
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
MylesBorins pushed a commit that referenced this pull request May 16, 2019
This commit extracts code to create sockaddr which is shared by both
UDPWrap::DoBind and UDPWrap::DoSend.

PR-URL: #26070
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
@BethGriggs BethGriggs mentioned this pull request May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs with CI started, the required approvals, and no outstanding review comments. c++ Issues and PRs that require attention from people who are familiar with C++. dgram Issues and PRs related to UDP and the dgram module.

6 participants