From 93e053ebe54403ce0a368dbdbce89a285d49fcd7 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Thu, 2 Jan 2020 22:11:41 +0000 Subject: tcp: add FEATURE.yaml Type: feature Signed-off-by: Florin Coras Signed-off-by: Paul Vinciguerra Change-Id: I21f822b597bfa44004bf2afaaf54463cb0ae2efc --- src/vnet/tcp/FEATURE.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/vnet/tcp/FEATURE.yaml (limited to 'src/vnet/tcp/FEATURE.yaml') diff --git a/src/vnet/tcp/FEATURE.yaml b/src/vnet/tcp/FEATURE.yaml new file mode 100644 index 00000000000..2ef690cd74c --- /dev/null +++ b/src/vnet/tcp/FEATURE.yaml @@ -0,0 +1,15 @@ +--- +name: Transmission Control Protocol (TCP) +maintainer: Florin Coras +features: + - Core functionality (RFC793, RFC5681, RFC6691) + - Extensions for high performance (RFC7323) + - Congestion control extensions (RFC3465, RFC8312) + - Loss recovery extensions (RFC2018, RFC3042, RFC6582, RFC6675, RFC6937) + - Detection and prevention of spurious retransmits (RFC3522) + - Defending spoofing and flooding attacks (RFC6528) + - Partly implemented features (RFC1122, RFC4898, RFC5961) + - Delivery rate estimation (draft-cheng-iccrg-delivery-rate-estimation) +description: "High speed and scale TCP implementation" +state: production +properties: [API, CLI, STATS, MULTITHREAD] -- cgit 1.2.3-korg