Update README.md regarding current congetsion control implementation

This commit is contained in:
Jadon Chan 2025-09-16 10:37:29 +08:00 committed by GitHub
parent 0a926767a6
commit cfbfeaec06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.