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

Updated spinbit text #2564

Merged
merged 23 commits into from Apr 10, 2019
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5ed9133
Initial text proposal for adding spin bit to transport specification.
gloinul Jan 15, 2019
0058d97
Merge pull request #1 from gloinul/spinbit
ihlar Jan 22, 2019
41aa3f3
Updated text on spinbit
ihlar Jan 22, 2019
a687f6c
reviewed version
ihlar Jan 23, 2019
8574fdf
Merge branch 'master' of https://github.com/quicwg/base-drafts
ihlar Jan 23, 2019
e797a0a
Updated formatting
ihlar Jan 23, 2019
059724b
Initial text proposal for adding spin bit to transport specification.
gloinul Jan 15, 2019
3b9e2f9
Updated text on spinbit
ihlar Jan 22, 2019
a31a0e3
reviewed version
ihlar Jan 23, 2019
dcb0475
Updated formatting
ihlar Jan 23, 2019
d27fb3c
Merge branch 'master' of https://github.com/ihlar/base-drafts
ihlar Mar 28, 2019
566f243
Update draft-ietf-quic-transport.md
martinthomson Mar 28, 2019
2e64614
Update draft-ietf-quic-transport.md
martinthomson Mar 28, 2019
9d40658
Update draft-ietf-quic-transport.md
martinthomson Mar 28, 2019
a1e6f8f
Update draft-ietf-quic-transport.md
martinthomson Mar 28, 2019
b084b56
Merge branch 'master' of https://github.com/ihlar/base-drafts
ihlar Mar 28, 2019
5d48bb8
Restructuring of spin bit text
ihlar Mar 28, 2019
a8180b4
Updates based on comments from Lars
ihlar Mar 28, 2019
04ef140
Clarification on spin bit as OPTIONAL feature
ihlar Mar 29, 2019
43f90c2
Apply suggestions from code review
janaiyengar Apr 9, 2019
3535f5d
Editorial changes and clarifications
ihlar Apr 9, 2019
0558b17
accept->ignore
ihlar Apr 9, 2019
c27bf53
Final edits
martinthomson Apr 10, 2019
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
5 changes: 2 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -3948,9 +3948,8 @@ is available after version negotiation and connection establishment are
completed. On-path measurement and use of the latency spin bit is further
discussed in {{QUIC-MANAGEABILITY}}.

Implementations MAY select to not implement the full spin bit functionality. In
that case they are only REQUIRED to implement what is defined for the spin bit
when it is disabled.
The spin bit is an OPTIONAL feature of QUIC. A QUIC stack that chooses to
support the spin bit MUST implement it as specified in this document.
ihlar marked this conversation as resolved.
Show resolved Hide resolved

Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
connection. Implementations MUST allow administrators of clients and servers
Expand Down