A QUIC implementation in pure go
-
Updated
Dec 16, 2021 - Go
Add a description, image, and links to the http3 topic page so that developers can more easily learn about it.
To associate your repository with the http3 topic, visit your repo's landing page and select "manage topics."
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);