diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-07-18 17:18:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 16:18:12 +0200 |
commit | 6a77a891a8d7581f0419235e61ada89c40a80ca7 (patch) | |
tree | a549a88a0d3aca8c1f411e826e6bfcf50966cefb /doc | |
parent | 86b67e6687d460a0eaaaa84f4f95c47aa4b95082 (diff) |
Add Nano (XNO) protocol support (#2508)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index b987111e4..1f09d3ca9 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -865,3 +865,21 @@ References: `Main Site <https://atlas.ripe.net/>`_ and `Documentation <https://r HTTP Live Streaming (HLS) is an adaptive bitrate streaming communications protocol developed by Apple Inc. It allows for the delivery of media content over the internet by breaking the stream into small segments and adjusting the quality of the stream in real time based on the viewer's network conditions. References: `RFC <https://datatracker.ietf.org/doc/html/rfc8216>`_ + + +.. _Proto 419: + +`NDPI_PROTOCOL_CLICKHOUSE` +====================== +ClickHouse is an open-source columnar database management system designed for online analytical processing (OLAP) of queries. + +References: `Main site: <https://clickhouse.com/>`_ + + +.. _Proto 420: + +`NDPI_PROTOCOL_NANO` +====================== +Nano (XNO) is a decentralized, open-source cryptocurrency that focuses on delivering fast, fee-less, and eco-friendly transactions through its unique block-lattice structure. + +References: `Main site: <https://nano.org/>`_ |