From 0aea509e23e0f0bd368f4796dcf0542d5c9108c7 Mon Sep 17 00:00:00 2001 From: Toni Date: Fri, 12 Jan 2024 12:14:59 +0100 Subject: Add KCP protocol dissector. (#2257) Signed-off-by: Toni Uhlig --- doc/protocols.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') 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 `_ + + +.. _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: `_ -- cgit v1.2.3