Update README.md with now-supported features.

v0.7.x
Dario Nieuwenhuis 2021-01-19 23:28:48 +01:00
parent e027224b3d
commit 8e30e064f0
1 changed files with 2 additions and 2 deletions

View File

@ -106,11 +106,11 @@ The TCP protocol is supported over IPv4 and IPv6, and server and client TCP sock
* Multiple packets are transmitted without waiting for an acknowledgement.
* Reassembly of out-of-order segments is supported, with no more than 4 or 32 gaps in sequence space.
* Keep-alive packets may be sent at a configurable interval.
* Retransmission timeout starts at a fixed interval of 100 ms and doubles every time.
* Retransmission timeout starts at at an estimate of RTT, and doubles every time.
* Time-wait timeout has a fixed interval of 10 s.
* User timeout has a configurable interval.
* Delayed acknowledgements are supported, with configurable delay.
* Selective acknowledgements are **not** implemented.
* Delayed acknowledgements are **not** implemented.
* Silly window syndrome avoidance is **not** implemented.
* Nagle's algorithm is **not** implemented.
* Congestion control is **not** implemented.