Skip to content

Commit

Permalink
SUMMARY: initial thoughts
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Feb 6, 2018
1 parent c08380c commit d782f21
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# this-is-quic
A document describing the QUIC protocol
# This is QUIC
An embryo for an attempted document describing the QUIC protocol, in the same spirit as "http2 explained".

See [SUMMARY](SUMMARY.md) for the TOC in progress.
27 changes: 27 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
* Why QUIC
* TCP head of line blocking
* ‎more and always cryptography
* ‎ossification
* ‎early data better
* History
* Google
* ‎going ietf
* What
* transfer protocol over UDP
* ‎reliable data transfers
* ‎in order delivery
* ‎multiple streams within connections
* ‎congestion control
* ‎TLS 1.3
* transport and application level
* HTTP over QUIC
* non-HTTP over QUIC
* How QUIC works
* handshake
* ‎...
* ‎alt-svc
* HTTP over QUIC
* Header compression with QCRAM
* Support
* servers
*‎ clients

0 comments on commit d782f21

Please sign in to comment.