forked from virtuallynathan/qpep
-
Notifications
You must be signed in to change notification settings - Fork 2
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-go
updated
18 files
+1 −1 | deps/quicly | |
+22 −20 | internal/bindings/bindings.go | |
+255 −123 | internal/bindings/bindings_linux.cpp | |
+267 −136 | internal/bindings/bindings_windows.cpp | |
+160 −0 | internal/bindings/callbacks.go | |
+0 −154 | internal/bindings/callbacks_impl_linux.go | |
+0 −157 | internal/bindings/callbacks_impl_windows.go | |
+2 −2 | internal/bindings/cgo_helpers.go | |
+9 −9 | internal/bindings/const.go | |
+778 −0 | internal/bindings/hashmap.c | |
+62 −0 | internal/bindings/hashmap.h | |
+2 −2 | internal/deps/include/quicly_wrapper.h | |
+61 −59 | quiclylib/client_connection.go | |
+2 −4 | quiclylib/errors/const.go | |
+65 −52 | quiclylib/server_connection.go | |
+7 −8 | quiclylib/server_session.go | |
+4 −4 | quiclylib/stream.go | |
+75 −45 | tester/main.go |