-
*Title*:
Add support in Envoy for CONNECT-IP (RFC 9484)
*Description*:
Envoy has long supported [HTTP CONNECT](https://www.rfc-editor.org/rfc/rfc9110#section-9.3.6), a mechanism that allows t…
-
A 2-byte code point would be nice.
-
The message delivery/ordering semantics depend on QUIC streams. Rewrite to be less specific, but in a way that can be mapped to QUIC easily.
Related: #334
-
QUIC is a new IETF transport protocol that is:
* based on UDP (as a "glorified IP")
* prevents both application and TCP level head-of-line-blocking
* has built in full duplex streams (multiplexin…
-
# HTTP3 based SCION control plane
Next to SVC resolution (as discussed in #4388), our SCION control plane RPCs are another messy leftover
from long gone times of experimentation and making it work…
-
**Protocol implementation request: tls**
- Stack: standard libp2p
- Type: channel encryption, transport layer
- Specification: https://github.com/libp2p/specs/blob/master/tls/tls.md
**Additional…
-
Following TPAC 2023, we agreed to investigate splitting the current specification into two or more specifications, for several reasons. Three main factors were:
- Simplifying the specification and…
-
### Summary
When building swarm with `.with_other_transport()` in 0.53.1 I notice a bunch of these in logs:
```
2023-11-17T06:49:48.958626Z DEBUG Swarm::poll: libp2p_core::transport::choice: Fail…
-
When a browser is closed it shuts down the QUIC transport rather than aborting. That leaves unidirection control streams in an unhealthy state.
* Need to shutdown the connection with the minimum of…
-
# Describe the problem
- https://github.com/square/okhttp/issues/907
OkHttp may never support HTTP/3 and suggested using an interceptor.
# Describe the solution you'd like
- https://github…