We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da654d3 commit 9d3b105Copy full SHA for 9d3b105
1 file changed
README.md
@@ -9,6 +9,16 @@
9
<img src="https://img.shields.io/badge/version-0.1.0 alpha-red.svg">
10
</p>
11
12
+# Table of contents
13
+ - [What is QuicNet](#what-is-quicnet)
14
+ - [What is QUIC](#what-is-quic)
15
+ * [Connections](#connections)
16
+ * [Streams](#streams)
17
+ * [Packet](#packet)
18
+ * [Frame](#frame)
19
+ - [Contributing](#contributing)
20
+ - [More](#more)
21
+
22
# What is QuicNet?
23
24
QuicNet is a .NET implementation of the QUIC protocol mentioned below.
0 commit comments