#
quic
Here are 166 public repositories matching this topic...
A QUIC implementation in pure go
-
Updated
Dec 18, 2020 - Go
-
Updated
Dec 17, 2020 - Rust
Cross-platform, C implementation of the IETF QUIC protocol.
-
Updated
Dec 19, 2020 - C
mysql
go
redis
lua
cross-platform
http2
postgresql
live-reload
server-sent-events
gopher
quic
pongo2
http3
tls13
algernon
-
Updated
Dec 18, 2020 - Go
A document describing the HTTP/3 and QUIC protocols
-
Updated
Oct 11, 2020
Alpine Linux image with Nginx 1.19.4 (mainline) with HTTP/3 (QUIC), TLSv1.3, 0-RTT, brotli, NJS support, and 10 MB size. All built on the bleeding edge for max performance. Built on the edge, for the edge.
-
Updated
Dec 18, 2020 - Dockerfile
dtikhonov
commented
Oct 1, 2020
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
ngtcp2 project is an effort to implement IETF QUIC protocol
-
Updated
Dec 19, 2020 - C
A Python Package for Data Exfiltration
python
slack
dns
packets
bgp
ftp
qrcode
icmp
steganography
http-cookies
pop3
post-exploitation
quic
data-exfiltration
regin
-
Updated
Dec 3, 2020 - Python
Our high-performance, lightweight, open source HTTP server
-
Updated
Dec 9, 2020 - C++
libcurl bindings for Node.js
nodejs
javascript
node-gyp
c-plus-plus
curl
ftp
http2
http-client
libcurl
node-module
quic
hacktoberfest
http3
libcurl-binding
node-addon
prebuilt-binaries
-
Updated
Dec 12, 2020 - TypeScript
DeimosC2 is a Golang command and control framework for post-exploitation.
-
Updated
Dec 4, 2020 - Vue
A http/https proxy using QUIC as transport layer
-
Updated
Mar 8, 2020 - Go
DEPRECATED: The community driven fork of Iris. The fastest web framework for Golang!
go
tls
golang
framework
cross-platform
https
high-performance
http2
web-framework
easy-to-use
quic
iris
quic-server
crossplatform
http2-server
siris
party-middleware
-
Updated
Sep 3, 2017 - Go
angedelamort
commented
Jan 5, 2019
I've changed my local version to:
public QuicStreamContext CreateStream(ulong streamId = 1, StreamType streamType = StreamType.ClientBidirectional);
in order to keep the compatibility.
Agenda, Minutes, Presentations
-
Updated
Dec 17, 2020 - Python
Streaming Serverless Framework for Low-latency edge computing applications, running atop QUIC protocol, engaging 5G technology.
iot
microservice
serverless
udp
realtime
gateway
stream-processing
functional-reactive-programming
low-latency
quic
5g
edge-computing
industrial-iot
-
Updated
Dec 19, 2020 - Go
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.