aboutsummaryrefslogtreecommitdiff
path: root/doc/protocols.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/protocols.rst')
-rw-r--r--doc/protocols.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst
index 68e731af2..2af3f8d87 100644
--- a/doc/protocols.rst
+++ b/doc/protocols.rst
@@ -575,3 +575,12 @@ References: `Main site <https://www.radmin.com/>`_
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>`_
+
+
+.. _Proto 394:
+
+`NDPI_PROTOCOL_GEARMAN`
+====================
+Gearman is a network-based job-queuing system that was initially developed by Danga Interactive in order to process large volumes of jobs.
+
+References: `Main site <http://gearman.org/>`_