initiate a key update after sending / receiving 100000 packets

This commit is contained in:
Marten Seemann 2019-06-13 16:24:06 +08:00
parent 73d5d83a1d
commit a09c045324
5 changed files with 156 additions and 74 deletions

View file

@ -9,7 +9,7 @@
- Use a varint for error codes.
- Add support for [quic-trace](https://github.com/google/quic-trace).
- Add a context to `Listener.Accept`, `Session.Accept{Uni}Stream` and `Session.Open{Uni}StreamSync`.
- Implement receiving of TLS key updates.
- Implement TLS key updates.
## v0.11.0 (2019-04-05)