Skip to content

Commit

Permalink
Tommy's suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Tommy Pauly <[email protected]>
  • Loading branch information
LPardue and tfpauly authored May 7, 2024
1 parent cb37796 commit f6ba06a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-edm-protocol-greasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ values they send.

# Considerations for Increasing Protocol Variability {#variability}

Greasing can maintain protocol extensibility by falsifying active use of it's
extensions points. However, it does not ensure positive use. A protocol may
Greasing can maintain protocol extensibility by falsifying active use of its
extension points. However, greasing alone does not ensure positive use of extension mechanisms. A protocol may
define a wide-ranging extension capability that remains unused in the absence of
real use cases. This can lead to ossification that does not expect extensions,
leading to interoperability problems later on.
Expand All @@ -182,7 +182,7 @@ longitudinal aspects of packets or frames - size, ordering, frequency, etc. A
sender can quite often manipulate these parameters and stay compliant to the
requirements of the QUIC protocol.

QUIC streams are an ordered reliable byte stream that is serialized as a
A QUIC stream is an ordered reliable byte stream that is serialized as a
sequence of STREAM frames with a length and offset. Receivers are expected to
reassemble frames, which could arrive in any order, into an ordered reliable
byte stream that is readable by applications.
Expand Down

0 comments on commit f6ba06a

Please sign in to comment.