You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: clarify transport requirements for DHT nodes
require TCP+Yamux as MUST, QUIC as SHOULD. require both TLS and Noise
for DHT servers to ensure maximum interoperability. both go-libp2p and
js-libp2p support both security protocols by default.
#497 (comment)
whenever possible. They MAY also support additional libp2p transports. However,
178
+
DHT Clients SHOULD support `TCP` with [`Yamux`](https://github.com/libp2p/specs/blob/master/yamux/README.md) multiplexing
179
+
and [`QUIC`](https://github.com/libp2p/specs/blob/master/quic/README.md) over UDP whenever possible. For secure communication, clients SHOULD support both
180
+
[`TLS`](https://github.com/libp2p/specs/blob/master/tls/tls.md) and
0 commit comments