Skip to content

Commit

Permalink
[+] support key update, connection refuse; (#82)
Browse files Browse the repository at this point in the history
[+] support key update;
[+] support connection refuse;
[+] support anti-amplification multiple configuration;
[+] add statistic log for h3 request;

[!] fix recovery bug;
[!] fix reserved h3 stream and frame;
[!] fix resumption of transport parameters;
[!] fix retry packet parse error;
[!] fix rearm ld timer after address validation by confirm cid while not unblock the anti-amplification state;
[!] fix unittest building error on ubuntu;
  • Loading branch information
Kulsk authored Feb 11, 2022
1 parent 4a24374 commit 47a2830
Show file tree
Hide file tree
Showing 54 changed files with 1,886 additions and 3,499 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ _Type_:
_Example_:

```bash
[~]: Update CONTRIBUTING.md
[~] Update CONTRIBUTING.md
```

#### Tests
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ sh ../scripts/xquic_test.sh
- [draft-ietf-quic-http-34-zh](./docs/translation/draft-ietf-quic-http-34-zh.md)
- [draft-ietf-quic-qpack-21-zh](./docs/translation/draft-ietf-quic-qpack-21-zh.md)

* For other frequently asked questions, see the [FAQs](./docs/FAQ.md).
* For using event_log module, see the [Event_log module docs](./docs/docs-zh/Event_log-zh.md)
* For testing the library, see the [Testing docs](./docs/docs-zh/Testing-zh.md).
* For other frequently asked questions, see the [FAQs](./docs/docs-zh/FAQ-zh.md) and [Trouble Shooting Guide](./docs/docs-zh/Troubleshooting-zh.md).

## Contributing

Expand Down
Loading

0 comments on commit 47a2830

Please sign in to comment.