quic
Here are 230 public repositories matching this topic...
-
Updated
Apr 5, 2022 - Go
-
Updated
Apr 9, 2022 - Rust
Tokio's automatic cooperative task yielding feature can cause abruptly prevent a task from making further progress. A very busy connection driver might as a result end up failing to fairly serve transmits or timeouts, resulting in bad behavior (e.g. spurious timeouts or congestion window reduction) under heavy load.
Ideally tokio will expose some too
-
Updated
Apr 1, 2022 - Go
-
Updated
Feb 18, 2022
More details here
violetagg/reactor-netty-workshop#2
-
Updated
Apr 4, 2022 - TypeScript
-
Updated
Apr 9, 2022 - Go
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);
-
Updated
Oct 3, 2021 - Dockerfile
-
Updated
Apr 9, 2022 - Go
-
Updated
Apr 10, 2022 - C
-
Updated
Feb 22, 2022 - C++
-
Updated
Apr 9, 2022 - Vue
-
Updated
Jun 28, 2021 - Python
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