ant-bootstrap

Crates.ioant-bootstrap
lib.rsant-bootstrap
version0.2.7
created_at2024-12-18 13:33:25.886544+00
updated_at2025-09-03 17:05:00.144852+00
descriptionBootstrap functionality for Autonomi
homepagehttps://maidsafe.net
repositoryhttps://github.com/maidsafe/autonomi
max_upload_size
id1487555
size252,729
MaidSafe-QA (MaidSafe-QA)

documentation

README

Bootstrap Cache

A simple peer caching system for the Autonomi Network that provides persistent storage and management of network peer addresses. This crate handles peer discovery and FIFO caching 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
  • Atomic file operations for data integrity

License

This Autonomi Network software is licensed under the General Public License (GPL), version 3 (LICENSE).

Commit count: 7360

cargo fmt