From cfbfeaec064ab28c5c66d04cafa25bad6a57af26 Mon Sep 17 00:00:00 2001 From: Jadon Chan Date: Tue, 16 Sep 2025 10:37:29 +0800 Subject: [PATCH] Update README.md regarding current congetsion control implementation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdfc2d5a..71f5ac31 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ The TCP protocol is supported over IPv4 and IPv6, and server and client TCP sock * Nagle's algorithm is implemented. * Selective acknowledgements are **not** implemented. * Silly window syndrome avoidance is **not** implemented. - * Congestion control is **not** implemented. + * Congestion control is optional, `CUBIC` and `Reno` are implemented. * Timestamping is **not** supported. * Urgent pointer is **ignored**. * Probing Zero Windows is **not** implemented.