maidsafe-archive / crust

Reliable p2p network connections in Rust with NAT traversal. One of the most needed libraries for any server-less / decentralised projects
BSD 3-Clause "New" or "Revised" License
956 stars 126 forks source link

closes #835: update bootstrap cache on msg send #1132

Closed povilasb closed 5 years ago

povilasb commented 5 years ago

Move peer to the top of the bootstrap cache, if we are sending a message to it. That means this peer is the most active.

povilasb commented 5 years ago

Deprecated in favor of https://github.com/maidsafe/crust/issues/1138