- QUIC is a new experimental protocol: delivering HTTP over UDP, with 0-RTT connects, packet pacing, error correction, and more!
- http://blog.chromium.org/2013/06/experimenting-with-quic.html
- QUICの仕様(ドラフト)が公開されたので、概要を読む
- Evaluating QUIC Performance over Web, Cloud Storage and Video Workloads
論文†
実装†
- http://src.chromium.org/viewvc/chrome?revision=162259&view=revision
- https://src.chromium.org/chrome/trunk/src/net/quic/
- https://github.com/microsoft/msquic
仕様†
- Design Document and Specification Rational
ドラフト†
FAQ†
グループ†
hybrid slow start†
- https://chromium.googlesource.com/chromium/src/net/+/master/quic/congestion_control/hybrid_slow_start.h
- http://netsrv.csc.ncsu.edu/export/hybridstart_pfldnet08.pdf
記事†
- Google gooses Chrome with network speed-boost idea: 'QUIC'
ブログ†
- Googleの新プロトコルQUICを試す
- Googleが仕掛ける新プロトコルQUICとは何か
その他†
- QUICのマルチキャスト拡張
- Getting started with quic_client and quic_server
- https://groups.google.com/a/chromium.org/forum/#!topic/proto-quic/lAdf4qvU-LY …
They can be compiled with: "ninja -C out/Debug/ quic_library quic_client quic_server"
- https://groups.google.com/a/chromium.org/forum/#!topic/proto-quic/lAdf4qvU-LY …
- Googleが改良版UDPとしてQUICというプロトコルを開発中(らしい)
- https://twitter.com/jingbay/status/612575822889639936
Googleが開発した低レイテンシでTLSの安全性の一部を担うQUICプロトコルの分析。 QUICはforward secrecyを欠いておりハンドシェイクにてパラメタ上に単純なビット反転と 再送攻撃によりTCPへのデグレ強制が可能に。http://eprint.iacr.org/2015/582
- GoogleのQUICの論文が知見の塊だった
- QUICの話 (QUICプロトコルの簡単なまとめ)
- qlog/qvizでQUICの可視化
- GoogleのQUICプロトコル:TCPからUDPへWebを移行する
- Comparing TCP and QUIC (potaroo.net)