mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Subscribe to "peer_status" stream (admin only) permits reception of "peerStatusChange" notifications. These can include the event the peer is reporting, the peer's new status, the peer's currently accepted ledger hash and sequence, the peer's network time, and the range of ledgers the peer has available for remote querying.
Newest Style
Each folder contains a single module following the newest style:
- One class per header
- As much implementation hidden as possible
- All major interfaces are abstract
- Every class is documented
- Each module focuses on solving one problem