PACKAGE NAME: raft-0.18.1-x86_64-2_slackdce.txz PACKAGE LOCATION: ./system/raft PACKAGE SIZE (compressed): 96 K PACKAGE SIZE (uncompressed): 310 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: raft: raft (Raft consensus protocol) raft: raft: Fully asynchronous C implementation of the Raft consensus protocol. raft: The library has modular design: its core part implements only the raft: core Raft algorithm logic, in a fully platform independent way. raft: On top of that, a pluggable interface defines the I/O implementation raft: for networking (send/receive RPC messages) and disk persistence raft: (store log entries and snapshots). raft: raft: raft: