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

Reorganizes drafts #1884

Merged
merged 59 commits into from Oct 18, 2018
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
a0a991a
Editorial commitment
MikeBishop Oct 3, 2018
f444a7a
Move content into a Request Lifecycle section
MikeBishop Oct 5, 2018
c1ab727
Move Extensions before Error Handling
MikeBishop Oct 5, 2018
9bd4e44
Move H2 Considerations to an appendix
MikeBishop Oct 5, 2018
6305be8
Expand introduction, discuss relationship with HTTP and TCP
MikeBishop Oct 11, 2018
d755aac
Fix reserved version example
MikeBishop Oct 11, 2018
3fadd85
Narrow restriction on server sending before SETTINGS
MikeBishop Oct 11, 2018
971da60
Better discussion of QUIC streams
MikeBishop Oct 11, 2018
f3f5acc
Fix references, reorder unidirectional stream section
MikeBishop Oct 11, 2018
aefe5a4
General framing layer fixups
MikeBishop Oct 11, 2018
a8036b2
PRIORITY fixups; fixes #1848
MikeBishop Oct 11, 2018
15d51bb
CANCEL_PUSH fixups
MikeBishop Oct 11, 2018
9e863ab
SETTINGS fixups
MikeBishop Oct 11, 2018
de88400
Import definition of MAX_HEADER_LIST_SIZE
MikeBishop Oct 11, 2018
ce52c50
PUSH_PROMISE fixups
MikeBishop Oct 11, 2018
78de8d6
MAX_PUSH_ID fixup
MikeBishop Oct 11, 2018
5be7761
Headers and message formatting fixups
MikeBishop Oct 12, 2018
ec75492
Cancellation and CONNECT fixups
MikeBishop Oct 12, 2018
d9ae519
Tighten some redundancies
MikeBishop Oct 12, 2018
c353495
Explicitly mention error upgrades
MikeBishop Oct 12, 2018
f23e01b
Generalize varint text in Security Considerations
MikeBishop Oct 12, 2018
febb274
Keep H2 Considerations up-to-date
MikeBishop Oct 12, 2018
f7e9118
has incorporates
MikeBishop Oct 12, 2018
b2d119e
Use a/the consistently
MikeBishop Oct 12, 2018
5ebd7ca
Moved stream stuff up and added intro text to describe structure of doc
janaiyengar Oct 12, 2018
d57c08d
Lucas's s/p/P/
MikeBishop Oct 12, 2018
c705fc1
Moved major sections around.
janaiyengar Oct 13, 2018
c4ce2c2
created packets and frames section and moved things about
janaiyengar Oct 13, 2018
438b965
modified intro, made error codes first level section
janaiyengar Oct 16, 2018
53f0bad
Done through connection migration section
janaiyengar Oct 16, 2018
9600d97
addresses mt's comments.
janaiyengar Oct 18, 2018
209a269
detailed structure in intro
janaiyengar Oct 18, 2018
d927b6a
most of martinduke comments
janaiyengar Oct 18, 2018
af51da7
added initial values in flow control
janaiyengar Oct 18, 2018
d5a1e49
lint
janaiyengar Oct 18, 2018
db2e9b2
max_stream_id
martinthomson Oct 18, 2018
ca49ae4
parenthesize
janaiyengar Oct 18, 2018
0368ca9
parenthesize
martinthomson Oct 18, 2018
1d4f7d3
stream-id-blocked frame
martinthomson Oct 18, 2018
c3426ee
s/intertwines/combines
martinthomson Oct 18, 2018
140a9c6
unnecessary text
martinthomson Oct 18, 2018
23d95c3
connection id para
martinthomson Oct 18, 2018
d3cf19f
connection id contd
martinthomson Oct 18, 2018
4c9858f
connection id contd
martinthomson Oct 18, 2018
0dfa885
s/subsequent/additional
martinthomson Oct 18, 2018
a6262f9
shorter sentences
martinthomson Oct 18, 2018
b90815f
packet protection TODO
martinthomson Oct 18, 2018
bbb241e
packet protection TODO contd
martinthomson Oct 18, 2018
2a00e0b
s/the/a
martinthomson Oct 18, 2018
2986d5b
s/acks/acknowledges
martinthomson Oct 18, 2018
c631c31
unnecessary text
martinthomson Oct 18, 2018
6a980bf
unnecessary text
martinthomson Oct 18, 2018
d6c9267
last of mt's comments
janaiyengar Oct 18, 2018
e13b6b3
lint
janaiyengar Oct 18, 2018
dd74eda
lint
janaiyengar Oct 18, 2018
b557a3a
Merge pull request #1857 from quicwg/reorganize_transport
janaiyengar Oct 18, 2018
84b5c57
correct changelog
janaiyengar Oct 18, 2018
fb27f31
Merge branch 'master' into reorganize
janaiyengar Oct 18, 2018
bce33e2
fix structure in intro
janaiyengar Oct 18, 2018
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
1 change: 0 additions & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -3035,7 +3035,6 @@ IP addresses has fallen below 1280 octets, it MUST immediately cease sending
QUIC packets on the affected path. This could result in termination of the
connection if an alternative path cannot be found.


### IPv4 PMTU Discovery {#v4-pmtud}

Traditional ICMP-based path MTU discovery in IPv4 {{!PMTUDv4}} is potentially
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.