File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -152,16 +152,20 @@ DHT Clients MAY Provide [Content](#provider-record-routing) and
152152[ Records] ( #value-storage-and-retrieval ) to the network, content providing is
153153not exclusive to DHT Servers.
154154
155- ### Transports
155+ ### Networking
156156
157157All nodes MUST run the libp2p network stack.
158158
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+
159163DHT Servers MUST support both
160164[ ` QUIC ` ] ( https://github.com/libp2p/specs/blob/master/quic/README.md ) and
161165` TCP ` +[ ` Yamux ` ] ( https://github.com/libp2p/specs/blob/master/yamux/README.md ) +[ ` Noise ` ] ( https://github.com/libp2p/specs/blob/master/noise/README.md ) .
162166It is essential that all DHT Servers are able to open a connection to each
163167other. Additionally, DHT Servers SHOULD support
164- [ `TLS`` ] ( https://github.com/libp2p/specs/blob/master/tls/tls.md ) as an
168+ [ ` TLS ` ] ( https://github.com/libp2p/specs/blob/master/tls/tls.md ) as an
165169alternative to Noise, [ `WebRTC
166170direct`] ( https://github.com/libp2p/specs/blob/master/webrtc/webrtc-direct.md ) ,
167171[ Secure
You can’t perform that action at this time.
0 commit comments