mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
expose the ConnectionState in the Session
The ConnectionState contains basic details about the QUIC connection.
This commit is contained in:
parent
ca0f9f4a12
commit
66fd3b5195
16 changed files with 148 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
- The lower boundary for packets included in ACKs is now derived, and the value sent in STOP_WAITING frames is ignored.
|
||||
- Remove `DialNonFWSecure` and `DialAddrNonFWSecure`.
|
||||
- Expose the `ConnectionState` in the `Session` (experimental API).
|
||||
|
||||
## v0.6.0 (2017-12-12)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue