#
quic
Here are 212 public repositories matching this topic...
A QUIC implementation in pure go
-
Updated
Oct 31, 2021 - Go
-
Updated
Nov 6, 2021 - Rust
mysql
go
redis
lua
cross-platform
http2
postgresql
live-reload
server-sent-events
gopher
quic
pongo2
http3
tls13
algernon
-
Updated
Oct 28, 2021 - Go
A document describing the HTTP/3 and QUIC protocols
-
Updated
Jul 6, 2021
Ralith
commented
Oct 31, 2021
This is a draft anti-ossification measure. See https://github.com/quicwg/quic-bit-grease.
serverless
service-worker
api-gateway
load-balancer
reverse-proxy
quic
hacktoberfest
cloudflare-workers
-
Updated
Nov 8, 2021 - TypeScript
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
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
Nov 3, 2021 - Go
ngtcp2 project is an effort to implement IETF QUIC protocol
-
Updated
Nov 6, 2021 - C
Our high-performance, lightweight, open source HTTP server
-
Updated
Nov 2, 2021 - C++
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
Nov 4, 2021 - Go
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
DeimosC2 is a Golang command and control framework for post-exploitation.
-
Updated
Aug 25, 2021 - Vue
JCMais
commented
Nov 6, 2021
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.
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