Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quicwg/quic-v2
A short specification of a trivial QUIC version 2
https://github.com/quicwg/quic-v2
Last synced: 21 days ago
JSON representation
A short specification of a trivial QUIC version 2
- Host: GitHub
- URL: https://github.com/quicwg/quic-v2
- Owner: quicwg
- License: other
- Created: 2021-04-22T17:44:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T19:06:19.000Z (over 1 year ago)
- Last Synced: 2024-11-08T05:18:54.319Z (2 months ago)
- Language: Makefile
- Size: 152 KB
- Stars: 21
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# QUIC Version 2
This is the working area for the IETF [QUIC Working Group](https://datatracker.ietf.org/wg/quic/documents/) Internet-Draft, "QUIC Version 2".
* [Editor's Copy](https://quicwg.github.io/quic-v2/#go.draft-ietf-quic-v2.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-ietf-quic-v2)
* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-ietf-quic-v2)
* [Compare Editor's Copy to Working Group Draft](https://quicwg.github.io/quic-v2/#go.draft-ietf-quic-v2.diff)## Contributing
See the
[guidelines for contributions](https://github.com/quicwg/quic-v2/blob/main/CONTRIBUTING.md).Contributions can be made by creating pull requests.
The GitHub interface supports creating pull requests using the Edit (✏) button.## Command Line Usage
Formatted text and HTML versions of the draft can be built using `make`.
```sh
$ make
```Command line usage requires that you have the necessary software installed. See
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).