toxcore/other/bootstrap_daemon/docker
iphydf 5073882e0f
fix: Allow onion paths to be built from more random nodes.
Right now it only gets built from the first 2 friends in the DHT friend
list: either friend 0 and then 1 or friend 1 and then 0. The randomness
in this code doesn't make sense unless the intention was to select from
all friends, which the code will now do.

Also: use uniform random distribution to select the friends rather than
modulus, which is only uniform for powers of 2.
2022-04-10 22:10:32 +00:00
..
Dockerfile cleanup: split CMakeLists.txt and add some missing targets 2022-03-27 20:09:10 +02:00
get-nodes.py chore: Add mypy Python type check. 2022-01-14 19:55:37 +00:00
tox-bootstrapd.sha256 fix: Allow onion paths to be built from more random nodes. 2022-04-10 22:10:32 +00:00
update-sha256 refactor: Use cmp instead of msgpack-c for events packing. 2022-03-26 23:57:15 +00:00