-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[+] support key update, connection refuse; (#82)
[+] 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
Showing
54 changed files
with
1,886 additions
and
3,499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,7 +116,7 @@ _Type_: | |
_Example_: | ||
|
||
```bash | ||
[~]: Update CONTRIBUTING.md | ||
[~] Update CONTRIBUTING.md | ||
``` | ||
|
||
#### Tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.