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
4 changes: 2 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -3954,7 +3954,7 @@ support the spin bit MUST implement it as specified in this section.
Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
connection. Implementations MUST allow administrators of clients and servers
to disable the spin bit either globally or on a per-connection basis. Even when
the spin bit is not disabled by the administrator implementations MUST disable
the spin bit is not disabled by the administrator, implementations MUST disable
the spin bit for a given connection with a certain likelihood. The random
selection process SHOULD be designed such that on average the spin bit is
disabled for at least one eighth of connections. The selection process performed
Expand All @@ -3969,7 +3969,7 @@ measurement points.
When the spin bit is disabled, endpoints MAY set the spin bit to any value, and
MUST ignore any incoming value. It is RECOMMENDED that endpoints set the spin
bit to a random value either chosen independently for each packet or chosen
independently for each connection.
independently for each connection ID.

If the spin bit is enabled for the connection, the endpoint maintains a spin
value and sets the spin bit in the short header to the currently stored
Expand Down