-
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.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule quicly
updated
13 files
+0 −1 | CMakeLists.txt | |
+3 −3 | include/quicly.h | |
+15 −2 | include/quicly/loss.h | |
+123 −8 | include/quicly/streambuf.h | |
+2 −2 | lib/defaults.c | |
+0 −36 | lib/loss.c | |
+390 −356 | lib/quicly.c | |
+158 −66 | lib/streambuf.c | |
+0 −6 | quicly.xcodeproj/project.pbxproj | |
+67 −14 | src/cli.c | |
+2 −2 | t/e2e.t | |
+3 −3 | t/loss.c | |
+1 −1 | t/simple.c |