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
This commit is contained in:
Florin Coras
2020-01-02 22:11:41 +00:00
committed by Paul Vinciguerra
parent c9e4b3000e
commit 93e053ebe5
2 changed files with 16 additions and 0 deletions

View File

@ -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

15
src/vnet/tcp/FEATURE.yaml Normal file
View File

@ -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]