diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-01-12 11:22:30 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-01-12 11:27:30 +0100 |
commit | e6e5818d3d3d3b86fd8b6d8117da16560c502429 (patch) | |
tree | d7f8babff48fff76180e3fbc694a979fe1b15444 /doc/protocols.rst | |
parent | 7b2bbb2309264766697507365231fd6ee5717e31 (diff) |
Add KCP protocol dissector.add/kcp
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>`_ |