Skip to content

Commit 14b9b16

Browse files
committed
New: QUIC
1 parent fffdc94 commit 14b9b16

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

network/README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Transport layer:
1717
* TCP
1818
* UDP
1919
* SCTP
20+
* `QUIC <quic.rst>`_
2021

2122

2223
Application layer:

network/quic.rst

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
========================================
2+
QUIC
3+
========================================
4+
5+
6+
.. contents:: 目錄
7+
8+
9+
參考
10+
========================================
11+
12+
* `Wikipedia - QUIC <https://en.wikipedia.org/wiki/QUIC>`_
13+
* `The QUIC transport protocol: design and Internet-scale deployment <https://blog.acolyer.org/2017/10/26/the-quic-transport-protocol-design-and-internet-scale-deployment/>`_
14+
* `Measuring QUIC vs TCP on mobile and desktop <https://blog.apnic.net/2018/01/29/measuring-quic-vs-tcp-mobile-desktop/>`_
15+
* `On the Security of TLS 1.3 and QUIC Against Weaknesses in PKCS#1 v1.5 Encryption <https://dl.acm.org/citation.cfm?id=2813657>`_
16+
* `QUIC is h2 over UDP | daniel.haxx.se <https://daniel.haxx.se/blog/2017/01/26/quic-is-h2-over-udp/>`_

0 commit comments

Comments
 (0)