Skip to content

Add reference to the IAB RFC on protocol transitions #41

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions draft-edm-protocol-greasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ might end up special-casing grease values.
The patterns for sending grease values can be made more effective by
coordinating between devices sending the values. One example of coordination
is having a "flag day" where implementations start sending grease values
broadly, and measure to see where errors occur.
broadly, and measure to see where errors occur. See {{Section 3 of ?TRANSITION=RFC8710}}
for more considerations concerning the use of a flag day.

## Don't Handle Grease Values as a Special Case

Expand Down Expand Up @@ -354,9 +355,13 @@ connections, or phases within a connection.

# Considerations for Protocol Versions {#versions}

There are intrinsic and well-documented issues related to testing version
{{TRANSITION}} discusses considerations around planning for transitioning
from an existing protocol, or protocol version, to a new one.
There are also intrinsic and well-documented issues related to testing version
negotiation of protocols; see {{?EXTENSIBILITY=RFC6709}} and {{Sections 2.1 and
3.2 of VIABILITY}}. This section will be expanded with advice for protocol
3.2 of VIABILITY}}.

This section will be expanded with advice for protocol
designers and implementers about how to approach these problems.

# Security Considerations
Expand Down