We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75b7b4 commit 802fd55Copy full SHA for 802fd55
1 file changed
src/routing/kad-dht.md
@@ -152,10 +152,14 @@ DHT Clients MAY Provide [Content](#provider-record-routing) and
152
[Records](#value-storage-and-retrieval) to the network, content providing is
153
not exclusive to DHT Servers.
154
155
-### Transports
+### Networking
156
157
All nodes MUST run the libp2p network stack.
158
159
+DHT Servers MUST support the [libp2p ping
160
+protocol](https://github.com/libp2p/specs/blob/master/ping/ping.md) to allow
161
+probing by other DHT nodes.
162
+
163
DHT Servers MUST support both
164
[`QUIC`](https://github.com/libp2p/specs/blob/master/quic/README.md) and
165
`TCP`+[`Yamux`](https://github.com/libp2p/specs/blob/master/yamux/README.md)+[`Noise`](https://github.com/libp2p/specs/blob/master/noise/README.md).
0 commit comments