diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index 68f7c09da..5dfef92a7 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -558,3 +558,12 @@ References: `Protocol Specs: <https://stomp.github.io/stomp-specification-1.2.ht Radmin is remote access software for the Microsoft Windows platform. References: `Main site <https://www.radmin.com/>`_ + + +.. _Proto 392: + +`NDPI_PROTOCOL_RAFT` +==================== +Raft is a consensus algorithm and protocol for managing a replicated log. + +References: `C implementation <https://github.com/canonical/raft>`_ and `Paper <https://raft.github.io/raft.pdf>`_ |