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

Pseudo code is code component #4189

Merged
merged 5 commits into from Oct 12, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1150,8 +1150,8 @@ This document has no IANA actions.
We now describe an example implementation of the loss detection mechanisms
described in {{loss-detection}}.

The pseudocode snippets in this section are licensed as Code Components; see the
copyright notice above.
The pseudocode in this section is licensed as Code Components; see the
janaiyengar marked this conversation as resolved.
Show resolved Hide resolved
copyright notice.

## Tracking Sent Packets {#tracking-sent-packets}

Expand Down Expand Up @@ -1608,8 +1608,8 @@ OnPacketNumberSpaceDiscarded(pn_space):
We now describe an example implementation of the congestion controller described
in {{congestion-control}}.

The pseudocode snippets in this section are licensed as Code Components; see the
copyright notice above.
The pseudocode in this section is licensed as Code Components; see the
copyright notice.

## Constants of interest {#cc-consts-of-interest}

Expand Down