Florin Coras | 93e053e | 2020-01-02 22:11:41 +0000 | [diff] [blame] | 1 | --- |
John DeNisco | 7c9fe92 | 2020-01-10 10:07:26 -0500 | [diff] [blame] | 2 | name: Transmission Control Protocol |
Florin Coras | 93e053e | 2020-01-02 22:11:41 +0000 | [diff] [blame] | 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) |
John DeNisco | 7c9fe92 | 2020-01-10 10:07:26 -0500 | [diff] [blame] | 13 | description: "High speed and scale Transmission Control Protocol (TCP) implementation" |
Florin Coras | 93e053e | 2020-01-02 22:11:41 +0000 | [diff] [blame] | 14 | state: production |
| 15 | properties: [API, CLI, STATS, MULTITHREAD] |