-
HTTP3 provides the ability to subscribe to nodes and then those nodes can push http requests to nodes that are subscribing, this protocol can improve the performance of decentralized nodes because the…
-
### Checklist
- [x] This is a bug report, not a question. Ask questions on [discuss.ipfs.tech](https://discuss.ipfs.tech/c/help/13).
- [X] I have searched on the [issue tracker](https://github.com/ip…
-
### Describe the bug
https://github.com/dotnet/aspnetcore/pull/44066 updated the SDK from 7.0 to 8.0.100-alpha.1.22469.4 and now EnablePreviewFeatures isn't working in tests and samples.
### Excep…
-
Support for HTTP/3,
HTTP/3 uses a new transport called QUIC.
Specification will be finished soon: https://quicwg.org/
Also see HTTP/2 support: #2701
-
E.g.
```
System.Net.Quic.Tests.MsQuicTests.WriteTests(writes: [[1000004, 1], [1, 15003], [1000004, 1000004], [15003, 15003], [1, 502]]) [FAIL]
System.Net.Quic.QuicException : The connecti…
-
### Describe the bug
In the attachment are simple sample programs used to reproduce the issue.
At server's QUIC_CONNECTION_EVENT_CONNECTED, it creates a stream and sends the whole msquic.dll ins…
-
See https://github.com/caddyserver/caddy/issues/6678#issuecomment-2460992231
-
Currently, there's no specified way for a a media description to describe how RTP and RTCP data is transmitted, either over QUIC streams or DATAGRAM frames.
I seem to remember in the past that putt…
-
This is a proposal for adding a Connection Migration API.
The `Config` gains a new field that controls if _the peer_ (not the endpoint itself) is allowed to initiate connection migration:
```go
t…
-
From https://tools.ietf.org/html/draft-ietf-quic-transport-32#section-2.3
> A QUIC implementation SHOULD provide ways in which an application can
> indicate the relative priority of streams.