diff options
author | Toni <matzeton@googlemail.com> | 2024-01-12 12:14:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-12 12:14:59 +0100 |
commit | 0aea509e23e0f0bd368f4796dcf0542d5c9108c7 (patch) | |
tree | 3934956937d4fa2c18f6c3ffb0a4b73d5be64d40 /doc/protocols.rst | |
parent | 75d3f78f7df44055acd433695f56a0d8a1567ba1 (diff) |
Add KCP protocol dissector. (#2257)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'doc/protocols.rst')
-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 63f89ee95..9613f7578 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -483,3 +483,12 @@ References: `IETF Draft <https://www.ietf.org/archive/id/draft-ietf-ntp-roughtim Private Internet Access (PIA) is a popular VPN service from Kape Technologies. References: `Main site <https://www.privateinternetaccess.com/>`_ + + +.. _Proto 385: + +`NDPI_PROTOCOL_KCP` +=================== +KCP - A Fast and Reliable ARQ Protocol. It provides TCP-like stream support with low latency at the cost of bandwidth usage - used by lot's of Open Source / Third Party applications. + +References: `Protocol Specs: <https://github.com/skywind3000/kcp/blob/master/protocol.txt>`_ |