quic
Here are 158 public repositories matching this topic...
-
Updated
Oct 13, 2020 - Go
-
Updated
Oct 15, 2020 - Rust
-
Updated
Sep 5, 2020 - Go
-
Updated
Oct 15, 2020 - C
-
Updated
Oct 11, 2020
-
Updated
Oct 7, 2020 - Dockerfile
-
Updated
Oct 14, 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 8, 2020 - C++
-
Updated
Oct 14, 2020 - TypeScript
-
Updated
Oct 14, 2020 - Vue
-
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
Oct 9, 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."
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.