mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
remove non forward-secure dialing
This was broken for a long time, and won't be available when using the TLS 1.3 handshake.
This commit is contained in:
parent
bd60e996dc
commit
99a2853e7d
15 changed files with 219 additions and 441 deletions
|
@ -1,8 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## v0.6.1 (unreleased)
|
||||
## v0.7 (unreleased)
|
||||
|
||||
- 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`.
|
||||
|
||||
## v0.6.0 (2017-12-12)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue