Skip to content
Merged
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 @@ -222,7 +222,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=RFC8170}}
for more considerations concerning the use of a flag day.

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

Expand Down Expand Up @@ -355,9 +356,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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unsure if planned or coincidence but this text is in a section mooted for removal in #49 (comment)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it should be removed.

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