https://github.com/quicwg/base-drafts
Raw File
Tip revision: 2991507bc0a635c4324762f51c558328603e79f6 authored by Martin Thomson on 27 June 2018, 23:35:23 UTC
Merge pull request #1491 from nibanks/pr/no-cid-change-after-retry
Tip revision: 2991507
README.md
# QUIC Protocol

This is the working area for the IETF QUIC Working Group documents for the
QUIC protocol suite.

## Core Transport Protocol

* [Editor's copy](https://quicwg.github.io/base-drafts/draft-ietf-quic-transport.html)
* [Working Group Draft](https://tools.ietf.org/html/draft-ietf-quic-transport)
* [Compare Working Group Draft and Editor's copy](https://tools.ietf.org/rfcdiff?url1=https://tools.ietf.org/id/draft-ietf-quic-transport&url2=https://quicwg.github.io/base-drafts/draft-ietf-quic-transport.txt)

## Loss Detection & Congestion Control

* [Editor's copy](https://quicwg.github.io/base-drafts/draft-ietf-quic-recovery.html)
* [Working Group Draft](https://tools.ietf.org/html/draft-ietf-quic-recovery)
* [Compare Working Group Draft and Editor's copy](https://tools.ietf.org/rfcdiff?url1=https://tools.ietf.org/id/draft-ietf-quic-recovery&url2=https://quicwg.github.io/base-drafts/draft-ietf-quic-recovery.txt)

## TLS Mapping

* [Editor's copy](https://quicwg.github.io/base-drafts/draft-ietf-quic-tls.html)
* [Working Group Draft](https://tools.ietf.org/html/draft-ietf-quic-tls)
* [Compare Working Group Draft and Editor's copy](https://tools.ietf.org/rfcdiff?url1=https://tools.ietf.org/id/draft-ietf-quic-tls&url2=https://quicwg.github.io/base-drafts/draft-ietf-quic-tls.txt)

## HTTP Mapping

* [Editor's copy](https://quicwg.github.io/base-drafts/draft-ietf-quic-http.html)
* [Working Group Draft](https://tools.ietf.org/html/draft-ietf-quic-http)
* [Compare Working Group Draft and Editor's copy](https://tools.ietf.org/rfcdiff?url1=https://tools.ietf.org/id/draft-ietf-quic-http&url2=https://quicwg.github.io/base-drafts/draft-ietf-quic-http.txt)

## QPACK

* [Editor's copy](https://quicwg.github.io/base-drafts/draft-ietf-quic-qpack.html)
* [Working Group Draft](https://tools.ietf.org/html/draft-ietf-quic-qpack)
* [Compare Working Group Draft and Editor's copy](https://tools.ietf.org/rfcdiff?url1=https://tools.ietf.org/id/draft-ietf-quic-qpack&url2=https://quicwg.github.io/base-drafts/draft-ietf-quic-qpack.txt)

## Spin Bit Experiment

This is a non-milestone draft describing the spin bit for interop testing purposes

* [Editor's copy](https://quicwg.github.io/base-drafts/draft-ietf-quic-spin-exp.html)
* [Working Group Draft](https://tools.ietf.org/html/draft-ietf-quic-spin-exp)
* [Compare Working Group Draft and Editor's copy](https://tools.ietf.org/rfcdiff?url1=https://tools.ietf.org/id/draft-ietf-quic-spin-exp&url2=https://quicwg.github.io/base-drafts/draft-ietf-quic-spin-exp.txt)

## Building the Draft

Formatted text and HTML versions of the draft can be built using `make`.

```sh
$ make
```

This requires that you have the necessary software installed.  See [the
instructions](https://github.com/martinthomson/i-d-template/blob/master/doc/SETUP.md).


## Contributing

See our
[guidelines for contribution](https://github.com/quicwg/base-drafts/blob/master/CONTRIBUTING.md).
back to top