diff options
author | dec05eba <0xdec05eba@gmail.com> | 2018-05-03 12:47:44 +0200 |
---|---|---|
committer | dec05eba <0xdec05eba@gmail.com> | 2018-05-03 12:47:47 +0200 |
commit | f3b18e0309ca2dbb997908583f1d44d13d9fc830 (patch) | |
tree | 44576378e68948716ec1785e8d7dbb8891eb0938 | |
parent | c01f92c1b7f3c257d71961a8dcdf37318aa3f521 (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) |