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

quic: add more quic implementation details (part 3) #47348

Closed
wants to merge 4 commits into from

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented Mar 31, 2023

  • BindingData -- The BindingData object that will be used for the internalBinding('quic') built-in
  • LogStream -- A utility used to provide streaming QLog and KeyLog data
  • TransportParams -- A utility to simplify working with ngtcp2_transport_params

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/gyp

@jasnell jasnell requested a review from tniessen March 31, 2023 17:11
@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. labels Mar 31, 2023
@jasnell jasnell requested review from Qard and anonrig March 31, 2023 17:11
@nodejs-github-bot

This comment was marked as outdated.

src/quic/defs.h Show resolved Hide resolved
src/quic/defs.h Outdated Show resolved Hide resolved
src/quic/logstream.h Show resolved Hide resolved
src/quic/transportparams.h Outdated Show resolved Hide resolved
src/quic/defs.h Outdated Show resolved Hide resolved
@jasnell jasnell requested a review from anonrig March 31, 2023 19:16
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@jasnell jasnell added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 9, 2023
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@jasnell
Copy link
Member Author

jasnell commented Apr 10, 2023

Ugh. Not sure why test-child-process-can-write-to-stdout is failing consistently on Mac here.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Apr 10, 2023

jasnell added a commit that referenced this pull request Apr 10, 2023
* add BindingData
* add LogStream
* add TransportParams

PR-URL: #47348
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
@jasnell
Copy link
Member Author

jasnell commented Apr 10, 2023

Landed in 2d1934a

@jasnell jasnell closed this Apr 10, 2023
RafaelGSS pushed a commit that referenced this pull request Apr 13, 2023
* add BindingData
* add LogStream
* add TransportParams

PR-URL: #47348
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
danielleadams pushed a commit that referenced this pull request Jul 6, 2023
* add BindingData
* add LogStream
* add TransportParams

PR-URL: #47348
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
MoLow pushed a commit to MoLow/node that referenced this pull request Jul 6, 2023
* add BindingData
* add LogStream
* add TransportParams

PR-URL: nodejs#47348
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
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. c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants