Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 864 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 864 Bytes

Bootstrap Cache

A robust peer caching system for the Autonomi Network that provides persistent storage and management of network peer addresses. This crate handles peer discovery, caching, and reliability tracking with support for concurrent access across multiple processes.

Features

Storage and Accessibility

  • System-wide accessible cache location
  • Configurable primary cache location
  • Cross-process safe with file locking
  • Atomic write operations to prevent cache corruption

Data Management

  • Automatic cleanup of stale and unreliable peers
  • Configurable maximum peer limit
  • Peer reliability tracking (success/failure counts)
  • Atomic file operations for data integrity

License

This SAFE Network Software is licensed under the General Public License (GPL), version 3 (LICENSE http://www.gnu.org/licenses/gpl-3.0.en.html).