-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update quicly and adapt client and server to new quicly_decode_packet…
… function signature
- Loading branch information
Robert Brünig
committed
Apr 18, 2020
1 parent
749ce3e
commit 8e2d15b
Showing
3 changed files
with
3 additions
and
7 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
Submodule quicly
updated
24 files
+1 −1 | .travis.yml | |
+1 −1 | deps/picotls | |
+4 −4 | examples/echo.c | |
+29 −5 | include/quicly.h | |
+10 −6 | include/quicly/cc.h | |
+7 −4 | include/quicly/constants.h | |
+56 −2 | include/quicly/frame.h | |
+58 −43 | include/quicly/loss.h | |
+97 −62 | include/quicly/sentmap.h | |
+19 −16 | lib/cc-reno.c | |
+20 −20 | lib/defaults.c | |
+1 −1 | lib/frame.c | |
+436 −223 | lib/quicly.c | |
+102 −86 | lib/sentmap.c | |
+17 −0 | misc/find-cids.py | |
+57 −22 | misc/quictrace-adapter.py | |
+6 −3 | quicly-probes.d | |
+36 −18 | src/cli.c | |
+1 −1 | t/frame.c | |
+1 −1 | t/loss.c | |
+1 −1 | t/ranges.c | |
+17 −16 | t/sentmap.c | |
+2 −2 | t/simple.c | |
+35 −6 | t/test.c |
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