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

[+] Explicit path identifier first shot #292

Merged
merged 61 commits into from
Mar 25, 2024
Merged
Changes from 47 commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
f873c10
[+] add max_concurrent_path definition
Yanmei-Liu Nov 16, 2023
af84ddf
[+] add MP_CONNECTION_ID frame and MP_RETIRE_CONNECTION_ID frame
Yanmei-Liu Nov 16, 2023
596a8a8
[+] add definition for path identifier
Yanmei-Liu Nov 20, 2023
60a77c9
[=] break long lines
Yanmei-Liu Nov 20, 2023
cf63a93
[+] add definition and packet protection description for path id
Yanmei-Liu Nov 20, 2023
57b5c55
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 20, 2023
20ebfc3
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 20, 2023
0c79d1b
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 20, 2023
979bcd1
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 20, 2023
0713976
[~] revert commit
Yanmei-Liu Nov 20, 2023
993332c
[~] adjust Path Identifier field
Yanmei-Liu Nov 20, 2023
56f2a20
[~] replace all the sequence number of CID with Path ID
Yanmei-Liu Nov 20, 2023
f926470
[~] update transport parameter negotiation version
Yanmei-Liu Nov 20, 2023
63bba98
[+] add definition for fields in MP_NEW_CONNECTION_ID and MP_RETIRE_CID
Yanmei-Liu Nov 20, 2023
a28d0d7
[+] add consideration for allocating, consuming and retiring connecti…
Yanmei-Liu Nov 20, 2023
4cc7372
[~] fix typo and descriptions
Yanmei-Liu Nov 20, 2023
79789c5
[~] update description for several paragraphs
Yanmei-Liu Nov 20, 2023
a4c04ee
[+] update IANA consideration and implementation consideration
Yanmei-Liu Nov 20, 2023
58ab583
[~] change the "active_connection_id_limit" for per path
Yanmei-Liu Nov 20, 2023
093bef8
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 21, 2023
8101c1a
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 21, 2023
e25f428
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 21, 2023
f4e134f
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 21, 2023
69a0ee4
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 21, 2023
e850991
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 21, 2023
6712e36
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 21, 2023
ae38d71
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 21, 2023
520ba35
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 21, 2023
6366553
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 21, 2023
cf0cf3a
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 21, 2023
476a3db
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 21, 2023
6fff23c
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 21, 2023
ec27dcb
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 21, 2023
cdf3cfa
[~] delete non-advertised value for transport parameter
Yanmei-Liu Nov 21, 2023
3b3dac9
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 21, 2023
efe0211
[~] adjust sentence location
Yanmei-Liu Nov 21, 2023
91275e4
Merge branch 'dev/path_id' of https://github.com/quicwg/multipath int…
Yanmei-Liu Nov 21, 2023
0f9deee
[~] re-write the relationship between CIDs and path
Yanmei-Liu Nov 21, 2023
2c5cff4
[+] add unless path has been abandoned
Yanmei-Liu Nov 21, 2023
af1429a
[+] update transport parameter
Yanmei-Liu Nov 21, 2023
da5e3e4
[+] try to add MP_MAX_PATHS frame with max Path Identifier
Yanmei-Liu Nov 21, 2023
38ad250
Update draft-ietf-quic-multipath.md
Yanmei-Liu Nov 21, 2023
baa1151
[=] update MAX_PATHS frame name
Yanmei-Liu Nov 21, 2023
298d4d2
[+] add more description for Path ID retirement
Yanmei-Liu Nov 21, 2023
6704fb2
[+] specify the path identifier for the connection ID specified in th…
Yanmei-Liu Nov 21, 2023
e018674
[+] change the normative language for CID allocation
Yanmei-Liu Nov 21, 2023
c852dec
[~] combine 2 transport parameter as the same one "initial_max_paths"
Yanmei-Liu Nov 21, 2023
5b85733
[+] add retirement function description for PATH_ABANDON frame.
Yanmei-Liu Nov 24, 2023
515feec
replace dest conn id with path id in path_available frame fig
mirjak Mar 12, 2024
f27e9dd
Update draft-ietf-quic-multipath.md
Yanmei-Liu Mar 12, 2024
a39c426
Update draft-ietf-quic-multipath.md
Yanmei-Liu Mar 12, 2024
60ea99c
Update draft-ietf-quic-multipath.md
qdeconinck Mar 13, 2024
057d761
[+] Explicit Path ID not be reused
Yanmei-Liu Mar 17, 2024
1d99dcf
[~] change MUST to SHOULD
Yanmei-Liu Mar 17, 2024
1e1646f
[=] SHOULD -> MUST NOT reuse
Yanmei-Liu Mar 17, 2024
952439f
Update draft-ietf-quic-multipath.md
Yanmei-Liu Mar 19, 2024
434a4c6
Update draft-ietf-quic-multipath.md
Yanmei-Liu Mar 19, 2024
82f943a
Update draft-ietf-quic-multipath.md
Yanmei-Liu Mar 19, 2024
7760931
[+] limit the upper bond of Path ID to 2^32-1
Yanmei-Liu Mar 19, 2024
0025052
[~] limit the Explicit Path ID up to 2^32 -1.
Yanmei-Liu Mar 19, 2024
8ce80b2
Merge pull request #314 from quicwg/dev/path_id_simple
Yanmei-Liu Mar 25, 2024
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
Loading
Loading