Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca0080c

Browse filesBrowse files
jasnelladuh95
authored andcommitted
quic: few additional small comment edits in cid.h
Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #59342 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
1 parent 6553202 commit ca0080c
Copy full SHA for ca0080c

1 file changed

+5-5Lines changed: 5 additions & 5 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/quic/cid.h‎

Copy file name to clipboardExpand all lines: src/quic/cid.h
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ namespace node::quic {
1919
//
2020
// Each peer in a QUIC session generates one or more CIDs that the *other*
2121
// peer will use to identify the session. When a QUIC client initiates a
22-
// brand new session, it will initially generates a CID of its own (its
22+
// brand new session, it will initially generate a CID of its own (its
2323
// source CID) and a random placeholder CID for the server (the original
2424
// destination CID). When the server receives the initial packet, it will
25-
// generate its own source CID and use the clients source CID as the
25+
// generate its own source CID and use the client's source CID as the
2626
// server's destination CID.
2727
//
2828
// Client Server
2929
// -------------------------------------------
3030
// Source CID <====> Destination CID
3131
// Destination CID <====> Source CID
3232
//
33-
// While the connection is being established, it is possible for either
34-
// peer to generate additional CIDs that are also associated with the
35-
// connection.
33+
// While the connection is being established, or even while the connection
34+
// is active, it is possible for either peer to generate additional CIDs that
35+
// are also associated with the connection.
3636
class CID final : public MemoryRetainer {
3737
public:
3838
static constexpr size_t kMinLength = NGTCP2_MIN_CIDLEN;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.