[ 原始碼: raft ]
套件:libraft0(0.22.1-1 以及其他的)
Raft Consensus protocol implementation - shared library
Fully asynchronous C implementation of the Raft consensus protocol.
The library has modular design: its core part implements only the core Raft algorithm logic, in a fully platform independent way. On top of that, a pluggable interface defines the I/O implementation for networking (send/receive RPC messages) and disk persistence (store log entries and snapshots).
This package contains the C library needed to run executables that use Raft Consensus protocol.
其他與 libraft0 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: liblz4-1 (>= 0.0~r127)
- Fast LZ compression algorithm library - runtime
-
- dep: libuv1t64 (>= 1.4.2)
- asynchronous event notification library - runtime library