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 127 forks source link

closes #1138: LRU bootstrap cache #1139

Open povilasb opened 5 years ago

povilasb commented 5 years ago

Evict peers from bootstrap cache only when the cache is full and we want to cache a new peer.