blob: 10c88ee58d7214235ac4d9e278d96b3c5c66979a [file] [log] [blame]
Florin Coras93e053e2020-01-02 22:11:41 +00001---
John DeNisco7c9fe922020-01-10 10:07:26 -05002name: Transmission Control Protocol
Florin Coras93e053e2020-01-02 22:11:41 +00003maintainer: Florin Coras <fcoras@cisco.com>
4features:
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)
John DeNisco7c9fe922020-01-10 10:07:26 -050013description: "High speed and scale Transmission Control Protocol (TCP) implementation"
Florin Coras93e053e2020-01-02 22:11:41 +000014state: production
15properties: [API, CLI, STATS, MULTITHREAD]