mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
add support for QUIC 42
QUIC 42 accepts overlapping stream data. We've been doing this for some time already, so we don't need any additional changes.
This commit is contained in:
parent
2a4eb9c132
commit
3370f9fa58
3 changed files with 23 additions and 8 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
- Add support for unidirectional streams (for IETF QUIC).
|
||||
- Add a `quic.Config` option for the maximum number of incoming streams.
|
||||
- Add support for QUIC 42.
|
||||
|
||||
## v0.7.0 (2018-02-03)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue