aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2020-01-02 22:11:41 +0000
committerPaul Vinciguerra <pvinci@vinciconsulting.com>2020-01-03 05:05:25 +0000
commit93e053ebe54403ce0a368dbdbce89a285d49fcd7 (patch)
treeafd5d5730e300ee6f8d6e3b0eff1e21d662e4c5c
parentc9e4b3000ee25722281d9bb2222dbb26d2b47ec6 (diff)
tcp: add FEATURE.yaml
Type: feature Signed-off-by: Florin Coras <fcoras@cisco.com> Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com> Change-Id: I21f822b597bfa44004bf2afaaf54463cb0ae2efc
-rw-r--r--MAINTAINERS1
-rw-r--r--src/vnet/tcp/FEATURE.yaml15
2 files changed, 16 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index cb8992c07e2..d86aaae6a1c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -255,6 +255,7 @@ F: src/vnet/session
VNET TCP
I: tcp
+Y: src/vnet/tcp/FEATURE.yaml
M: Florin Coras <fcoras@cisco.com>
F: src/vnet/tcp
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 <fcoras@cisco.com>
+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]