quic
Here are 148 public repositories matching this topic...
-
Updated
Aug 20, 2020 - Go
-
Updated
Aug 7, 2020 - Rust
-
Updated
Aug 18, 2020 - Go
-
Updated
Jul 24, 2020
Encrypt retry token
When stateless retries are enabled, Quinn embeds some state in the retry token and authenticates it with a HMAC. This information is not secret, so the current approach works, but it would be more in the spirit of QUIC to use strong encryption to prevent other parties from coming to rely on that data, creating a stability hazard.
The stateless nature of retry tokens requires some care if we wan
-
Updated
Aug 20, 2020 - C
Just following the document BUILD-WINDOWS.md cannot build lsquic. So, I need to configure every header path and lib path manually as follows, I hope document can be improved or providing builded libs.
vcpkg install zlib:x64-windows-static
vcpkg install libevent:x64-windows-static
vcpkg install pcre:x64-windows-stat
-
Updated
Aug 14, 2020 - Python
-
Updated
Aug 18, 2020 - C++
There should 0 new lint errors after migration
-
Updated
Sep 3, 2017 - Go
-
Updated
Mar 8, 2020 - Go
I've changed my local version to:
public QuicStreamContext CreateStream(ulong streamId = 1, StreamType streamType = StreamType.ClientBidirectional);
in order to keep the compatibility.
-
Updated
Jul 30, 2020 - Python
Improve this page
Add a description, image, and links to the quic topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quic topic, visit your repo's landing page and select "manage topics."
Now that we have code coverage enabled there are a few places we can easily improve test coverage for.