mirror of
https://github.com/arnaucube/go-dht.git
synced 2026-02-06 19:06:44 +01:00
add FindClosestKBucket, add rpc FindNode & FindValue & Store (wip)
This commit is contained in:
@@ -13,6 +13,7 @@ type Config struct {
|
||||
Port string
|
||||
KnownNodesStr []KnownNodeStr `mapstructure:"knownnodes"`
|
||||
KnownNodes []kademlia.ListedNode `mapstructure:"-"`
|
||||
Storage string
|
||||
}
|
||||
|
||||
type KnownNodeStr struct {
|
||||
|
||||
Reference in New Issue
Block a user