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:

committed by
Paul Vinciguerra

parent
c9e4b3000e
commit
93e053ebe5
@ -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
15
src/vnet/tcp/FEATURE.yaml
Normal 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]
|
Reference in New Issue
Block a user