make the connection ID length configurable

This commit is contained in:
Marten Seemann 2018-07-01 16:03:33 +07:00
parent 73f7636537
commit f02dc92a32
12 changed files with 131 additions and 56 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## v0.9.0 (unreleased)
- Add a `quic.Config` option for the length of the connection ID (for IETF QUIC).
## v0.8.0 (2018-06-26)
- Add support for unidirectional streams (for IETF QUIC).