#
quic
Here are 225 public repositories matching this topic...
A QUIC implementation in pure go
-
Updated
Feb 20, 2022 - Go
-
Updated
Feb 20, 2022 - Rust
Ralith
commented
Oct 31, 2021
This is a draft anti-ossification measure. See https://github.com/quicwg/quic-bit-grease.
mysql
go
redis
lua
cross-platform
http2
postgresql
live-reload
server-sent-events
gopher
quic
pongo2
http3
tls13
algernon
-
Updated
Feb 9, 2022 - Go
A document describing the HTTP/3 and QUIC protocols
-
Updated
Feb 18, 2022
violetagg
commented
Jun 12, 2019
More details here
violetagg/reactor-netty-workshop#2
Lightweight and scalable reverse proxy and load balancing library built for Cloudflare Workers
-
Updated
Feb 18, 2022 - TypeScript
Hysteria is a feature-packed network utility optimized for networks of poor quality (e.g. satellite connections, congested public Wi-Fi, connecting from China to servers abroad)
-
Updated
Feb 20, 2022 - Go
wangweiwei1188
commented
Jan 20, 2021
file echo_client.c, line:121 st_h->read_stdin_ev = event_new(prog_eb(st_h->client_ctx->prog),
STDIN_FILENO, EV_READ, read_stdin, st_h);
Alpine Linux image with Nginx 1.16.1 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.
nginx
tls
h3
http2
brotli
edge
http2-push
quic
hacktoberfest
http3
tls13
0-rtt
njs
quiche
docker-nginx-http3
-
Updated
Oct 3, 2021 - Dockerfile
iot
networking
serverless
realtime
stream-processing
functional-reactive-programming
low-latency
quic
metaverse
5g
edge-computing
geodistributedsystems
edge-ai
distributed-cloud
edge-mesh
metaverse-infrastructure
-
Updated
Feb 20, 2022 - Go
ngtcp2 project is an effort to implement IETF QUIC protocol
-
Updated
Feb 19, 2022 - C
Our high-performance, lightweight, open source HTTP server
-
Updated
Feb 16, 2022 - C++
DeimosC2 is a Golang command and control framework for post-exploitation.
-
Updated
Feb 19, 2022 - Vue
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
Jun 28, 2021 - Python
JCMais
commented
Nov 6, 2021
toidiu
commented
Sep 23, 2021
A place to track new events or additional data to existing events. The original event work can found at: aws/s2n-quic#439
- platform fatal IO error (Not sure how we're going to get this one done. If you look at the code where the event should be emitted, the endpoint is consumed just before we emit the event, in the event_loop function, meaning that we no longe
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."
Describe the feature you'd like supported
We should change the CID after enough idle time so that any possible NAT rebinding would be harder to be tracked by an outside observer. The simplest way to implement this would be in the flush send code path. When first starting a flush, check how much time has elapsed since the last send. If it's greater than X (20? 30?) seconds force a CID update