merge introduction with this chapter

This commit is contained in:
Timon Post
2020-11-21 09:46:15 +01:00
committed by Dirkjan Ochtman
parent 3fecf00890
commit 82eb52ca5a
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -1,6 +1,5 @@
# Summary
- [Quinn introduction](quinn.md)
- [Overview](quinn/introduction.md)
- [Certificate Configuration](quinn/certificate.md)
- [The QUIC protocol](quic.md)
+4
View File
@@ -1,3 +1,7 @@
In the following chapters we will go through the protocol using examples.
The chapters are in order, first we look at configuring a certificate which is **required**,
then at setting up a connection and finally at sending data about this connection.
# Certificates
In this chapter, we discuss the configuration of the certificates that is **required** for a working Quinn connection.