docs: Edit FEATURE.yaml files so they can be published
[vpp.git] / src / vnet / tcp / FEATURE.yaml
1 ---
2 name: Transmission Control Protocol
3 maintainer: Florin Coras <fcoras@cisco.com>
4 features:
5         - Core functionality (RFC793, RFC5681, RFC6691)
6         - Extensions for high performance (RFC7323)
7         - Congestion control extensions (RFC3465, RFC8312)
8         - Loss recovery extensions (RFC2018, RFC3042, RFC6582, RFC6675, RFC6937)
9         - Detection and prevention of spurious retransmits (RFC3522)
10         - Defending spoofing and flooding attacks (RFC6528)
11         - Partly implemented features (RFC1122, RFC4898, RFC5961)
12         - Delivery rate estimation (draft-cheng-iccrg-delivery-rate-estimation)
13 description: "High speed and scale Transmission Control Protocol (TCP) implementation"
14 state: production
15 properties: [API, CLI, STATS, MULTITHREAD]