Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ngtcp2
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kashyap Thimmaraju
ngtcp2
Commits
315ed7fc
Commit
315ed7fc
authored
5 years ago
by
Tatsuhiro Tsujikawa
Browse files
Options
Downloads
Patches
Plain Diff
New branching strategy
parent
79c4dd56
Branches
Branches containing commit
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+15
-0
15 additions, 0 deletions
README.rst
with
15 additions
and
0 deletions
README.rst
+
15
−
0
View file @
315ed7fc
...
@@ -6,6 +6,21 @@ ngtcp2
...
@@ -6,6 +6,21 @@ ngtcp2
ngtcp2 project is an effort to implement QUIC protocol which is now
ngtcp2 project is an effort to implement QUIC protocol which is now
being discussed in IETF QUICWG for its standardization.
being discussed in IETF QUICWG for its standardization.
Branching strategy
------------------
As of the beginning of draft-23 development, the new branching
strategy has been introduced. The master branch tracks the latest
QUIC draft development. When new draft-*NN* is published, the new
branch named draft-*NN-1* is created based on the master branch.
Those draft-*NN* branches are considered as "archived", which means
that no update is expected. PR should be made to the master branch
only.
For older draft implementations:
- [draft-22](https://github.com/ngtcp2/ngtcp2/tree/draft-22)
Requirements
Requirements
------------
------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment