★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/26070Nouvelle recherche | Portail wanayoo
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

src: extract common sockaddr creation code #26070

Closed
wants to merge 4 commits into from

Conversation

Projects
None yet
6 participants
@danbev
Copy link
Member

commented Feb 13, 2019

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
src: extract common sockaddr creation code
This commit extracts code to create sockaddr which is shared by both
UDPWrap::DoBind and UDPWrap::DoSend.
@danbev

This comment has been minimized.

Copy link
Member Author

commented Feb 13, 2019

Show resolved Hide resolved src/udp_wrap.cc Outdated
@danbev

This comment has been minimized.

Copy link
Member Author

commented Feb 13, 2019

Show resolved Hide resolved src/udp_wrap.cc Outdated
Show resolved Hide resolved src/udp_wrap.cc Outdated
@addaleax

This comment has been minimized.

@antsmartian

This comment has been minimized.

Copy link
Contributor

commented Feb 17, 2019

@addaleax

This comment has been minimized.

Copy link
Member

commented Feb 17, 2019

Landed in 05292cb

@addaleax addaleax closed this Feb 17, 2019

addaleax added a commit that referenced this pull request Feb 17, 2019

src: extract common sockaddr creation code
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 added a commit that referenced this pull request Feb 17, 2019

src: extract common sockaddr creation code
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 danbev:udp_sockaddr branch Feb 25, 2019

@BridgeAR BridgeAR referenced this pull request Feb 26, 2019

Merged

v11.11.0 proposal #26322

rvagg added a commit that referenced this pull request Feb 28, 2019

src: extract common sockaddr creation code
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.