make the number of incoming streams configurable, for gQUIC

This commit is contained in:
Marten Seemann 2018-02-23 13:46:33 +08:00
parent 58b20c6009
commit 245af2c596
6 changed files with 22 additions and 12 deletions

View file

@ -3,6 +3,7 @@
## v0.8.0 (unreleased)
- Add support for unidirectional streams (for IETF QUIC).
- Add a `quic.Config` option for the maximum number of incoming streams.
## v0.7.0 (2018-02-03)