-
nquic looks like the way to go
https://github.com/libp2p/rust-libp2p/pull/1334
https://github.com/djc/quinn/issues/719
-
From [RFC 9000#7.3](https://datatracker.ietf.org/doc/html/rfc9000#section-7.3), the scenario is:
```
Client Server
Initial: DCID=S1, SCID=C1 …
-
Hey @ydnar
I saw your upstream PR to the golang QUIC repo . It’s still sitting there despite you bending over backwards.
https://github.com/lucas-clemente/quic-go/pull/3256
i would like to g…
-
The `Used0RTT` flag in the `quic.ConnectionState` returned by `(quic.EarlyConnection).ConnectionState` doesn't seem to be populated immediately after `(*quic.Transport).DialEarly` returns, unlike what…
-
Add [QUIC](https://www.chromium.org/quic) as a supported transport protocol. [Here](https://github.com/lucas-clemente/quic-go) is a popular Go implementation.
-
[quic](https://www.chromium.org/quic)
I tried to achieve a simple implementation... #64
-
this is really nice !!
at the moment there is only libp2p ?
QUIC web Transport is ready for prime time with golang and browser all on board now. Would just go for that now.
https://github.com…
-
See the [rfc](https://datatracker.ietf.org/doc/html/rfc9114#section-4.1.1):
```
Implementations SHOULD cancel requests by abruptly terminating any directions of a stream
that are still open. To …
-
run "cargo build --release" , but finnally there is no binary:
"ls target/release/
build deps examples incremental libombrac_client.d libombrac_client.rlib libombrac_protocol.d libombra…
-
A QUIC transport has been written for mangos (though not integrated yet) -- we should look at this for nng. It may be even more useful than KCP.