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.
fix api body close, fix partial write copybuffer error, add quicgo tr…
…acer support, added buffersize configuration, fix quick disconnect on error, fix speedlimit handling, fix tray proxy check, update for icon connection issue, refactor copyBuffer method to backend
- Loading branch information
Showing
17 changed files
with
357 additions
and
343 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
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
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
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-go
updated
17 files
+1 −1 | deps/c-for-go | |
+7 −2 | genspec/bindings.darwin.yml | |
+8 −2 | genspec/errors.darwin.yml | |
+16 −5 | internal/bindings/bindings_darwin.cpp | |
+14 −5 | internal/bindings/bindings_linux.cpp | |
+13 −4 | internal/bindings/bindings_windows.cpp | |
+19 −12 | internal/bindings/callbacks.go | |
+1 −1 | internal/bindings/types.go | |
+9 −5 | internal/deps/include/quicly_wrapper.h | |
+1 −1 | quicly.go | |
+42 −33 | quiclylib/client_connection.go | |
+6 −1 | quiclylib/lib.go | |
+21 −18 | quiclylib/server_connection.go | |
+3 −5 | quiclylib/server_session.go | |
+34 −12 | quiclylib/stream.go | |
+3 −3 | regen.sh | |
+129 −68 | tester/main.go |
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.