diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-05-03 12:47:44 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-18 23:25:46 +0200 |
commit | 31295f7da843f8e32f1dbdb7c3b552bb7e2f12b2 (patch) | |
tree | 13f43ff34dc9e55ebea978f4da6d2fcc60a95d7a | |
parent | b0f18d6ab6ad0682738be4b23d3ddde674fc247d (diff) |
Update TODO
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,3 +41,5 @@ Combine opendht with udt. Use opendht to find other peers and udt for communicat Use a merkle tree and when requesting new nodes when connecting, send X latest hashes and other peers can send you where you have missing data and send you it. If all X hashes are wrong, send older hashes. However if we are only using opendht to find other peers, we might as well use https://github.com/DavidKeller/kademlia or https://github.com/ytakano/libcage +## Remove username +Username is cosmetic and not unique. Applications that uses odhtdb should implement their own username system if they wish to do so (using addData operation) |