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

Update references with nicer labels #453

Merged
merged 1 commit into from
Apr 24, 2017
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,10 @@ in response to 0RTT packets.

#### Tail Loss Probe and Retransmission Timeout

Tail loss probes {{?I-D.dukkipati-tcpm-tcp-loss-probe}} and retransmission
timeouts{{?RFC6298}} are an alarm based mechanism to recover from cases when
there are outstanding retransmittable packets, but an acknowledgement has
not been received in a timely manner.
Tail loss probes {{?LOSS-PROBE=I-D.dukkipati-tcpm-tcp-loss-probe}} and
retransmission timeouts {{?RFC6298}} are an alarm based mechanism to recover
from cases when there are outstanding retransmittable packets, but an
acknowledgement has not been received in a timely manner.

#### Early Retransmit

Expand Down
15 changes: 4 additions & 11 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,6 @@ normative:

informative:

SST:
title: "Structured Streams: A New Transport Abstraction"
author:
- ins: B. Ford
date: 2007-10
seriesinfo:
DOI: 10.1145/1282427.1282421
ACM SIGCOMM: Computer Communication Review Volume 37 Issue 4

EARLY-DESIGN:
title: "QUIC: Multiplexed Transport Over UDP"
author:
Expand Down Expand Up @@ -2033,8 +2024,10 @@ controlled, with each peer declaring the maximum stream ID it is willing to
accept at a given time.

An alternative view of QUIC streams is as an elastic "message" abstraction,
similar to the way ephemeral streams are used in SST {{SST}}, which may be a
more appealing description for some applications.
similar to the way ephemeral streams are used in SST
{{?SST=DOI.10.1145/1282427.1282421}}, which may be a more appealing description
for some applications.


## Life of a Stream

Expand Down