A Hierarchical Kademlia DHT implementation on go-libp2p
This is a modification of go-libp2p-kad-dht version 0.12.1
In your go.mod
file make sure you have github.com/libp2p/go-libp2p-kad-dht v0.12.1
in the
required modules. Then add this line at the end of the file
replace github.com/libp2p/go-libp2p-kad-dht => github.com/mmlab-aueb/go-libp2p-kad-dht v0.12.1