solanav / liu_client

Cliente en C
1 stars 0 forks source link

Create list of peers close to another #55

Closed solanav closed 5 years ago

solanav commented 5 years ago

To implement kandemlia's find_node rpc we need to reorder our known peers by closest to a given ID.

solanav commented 5 years ago

Done, find_node working now with DTLS using the function distance_peer_list in src/network/kpeer.c