codex-storage / nim-codex-dht

A DHT based on Discv5 with libp2p provider records support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add client/server mode flag

cskiraly opened this issue · comments

libp2p-dht specs has recently introduced the client/server mode https://github.com/libp2p/specs/tree/master/kad-dht#client-and-server-mode, which is basically a flag specifying whether a node is actively participating in the DHT address space.