diff options
author | Toni <matzeton@googlemail.com> | 2024-01-25 20:26:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-25 20:26:18 +0100 |
commit | bcca89b78cdbc09d73987e5bdf728299f776c7a3 (patch) | |
tree | 84a822e7f31bd18933d2699b84ad40a7760de6f5 /doc | |
parent | 9a0affc6aa40960791f83ea0453c8c86d1b34f6e (diff) |
Add Raft protocol dissector. (#2286)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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>`_ |