quic
Here are 156 public repositories matching this topic...
-
Updated
Sep 30, 2020 - Go
-
Updated
Oct 3, 2020 - Rust
-
Updated
Sep 5, 2020 - Go
-
Updated
Sep 26, 2020
The main entry point of interest here is probably PartialDecode::new. This is a particularly important interface to audit as there are absolutely zero barriers to feeding data into it.
-
Updated
Sep 2, 2020 - Dockerfile
-
Updated
Oct 2, 2020 - C
-
Updated
Aug 24, 2020 - Python
Instead of documenting build information in README.md and BUILD-WINDOWS.md, we should create a new .rst document so that it can be hosted along with the other docs on https://lsquic.readthedocs.io
The build chapter should cover:
- Building on Linux
- Building on Windows
- Building using Docker
- Building library only (without example programs, in order not to depend on libevent)
- Building
-
Updated
Oct 2, 2020 - C++
-
Updated
Oct 2, 2020 - TypeScript
-
Updated
Mar 8, 2020 - Go
-
Updated
Sep 3, 2017 - 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.