Skip to content

Commit

Permalink
Update README.md with now-supported features.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Jan 19, 2021
1 parent cc75437 commit c9d1555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c9d1555

Please sign in to comment.