FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

quic: add more quic implementation details (part 3) by jasnell · Pull Request #47348 · nodejs/node · GitHub

/ node Public

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

Closed
jasnell wants to merge 4 commits into
nodejs:mainfrom
jasnell:quic-part-3
Closed

quic: add more quic implementation details (part 3)#47348
jasnell wants to merge 4 commits into
nodejs:mainfrom
jasnell:quic-part-3

Conversation

jasnell commented Mar 31, 2023
edited
Loading

Copy link
Copy Markdown
Member
  • 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

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/gyp

jasnell requested a review from tniessen March 31, 2023 17:11
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 requested review from Qard and anonrig March 31, 2023 17:11

This comment was marked as outdated.

Comment thread src/quic/defs.h Outdated
Comment thread src/quic/defs.h Outdated
Comment thread src/quic/logstream.h Outdated
Comment thread src/quic/transportparams.h Outdated
Comment thread src/quic/defs.h Outdated
jasnell requested a review from anonrig March 31, 2023 19:16

This comment was marked as outdated.

This comment was marked as outdated.

jasnell added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Apr 9, 2023

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

jasnell commented Apr 10, 2023

Copy link
Copy Markdown
Member Author

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

This comment was marked as outdated.

nodejs-github-bot commented Apr 10, 2023
edited by jasnell
Loading

Copy link
Copy Markdown
Collaborator

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 commented Apr 10, 2023

Copy link
Copy Markdown
Member Author

Landed in 2d1934a

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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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 outstanding review comments, 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.

4 participants


Back | FazBrowse Home | New Git URL