Skip to content

quic: refactor and improve ipv6Only#33935

Closed
jasnell wants to merge 1 commit intonodejs:masterfrom
jasnell:quic-refactor-ipv6only
Closed

quic: refactor and improve ipv6Only#33935
jasnell wants to merge 1 commit intonodejs:masterfrom
jasnell:quic-refactor-ipv6only

Conversation

@jasnell
Copy link
Copy Markdown
Member

@jasnell jasnell commented Jun 18, 2020

Ignore ipv6Only: true when binding to 'udp4' (this differs from
dgram which will still attempt to apply the flag and will fail during
bind). Improve the test so that it should work consistently.

/cc @nodejs/quic

Signed-off-by: James M Snell [email protected]

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Ignore `ipv6Only: true` when binding to `'udp4'` (this differs from
dgram which will still attempt to apply the flag and will fail during
bind). Improve the test so that it should work consistently.

Signed-off-by: James M Snell <[email protected]>
@jasnell jasnell added the quic Issues and PRs related to the QUIC implementation / HTTP/3. label Jun 18, 2020
@jasnell jasnell requested review from addaleax and danbev June 18, 2020 01:09
@jasnell
Copy link
Copy Markdown
Member Author

jasnell commented Jun 18, 2020

@jasnell jasnell added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. experimental Issues and PRs related to experimental features. labels Jun 19, 2020
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

jasnell added a commit that referenced this pull request Jun 22, 2020
Ignore `ipv6Only: true` when binding to `'udp4'` (this differs from
dgram which will still attempt to apply the flag and will fail during
bind). Improve the test so that it should work consistently.

Signed-off-by: James M Snell <[email protected]>

PR-URL: #33935
Reviewed-By: Daniel Bevenius <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
@jasnell
Copy link
Copy Markdown
Member Author

jasnell commented Jun 22, 2020

Landed in c7d859e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. experimental Issues and PRs related to experimental features. quic Issues and PRs related to the QUIC implementation / HTTP/3.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants