nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

net/tcp(buffered): upgraded the Fast Retransmit algorithm from RFC 2001 to RFC 5681

Open a-lunev opened this issue 3 years ago • 0 comments

Summary

net/tcp(buffered): upgraded the Fast Retransmit algorithm from RFC 2001 to RFC 5681. This PR is similar to tcp_send_unbuffered (PR #5137) and tcp_sendfile (PR #5311), however it replaces the implementation of PR #2414.

Impact

net/tcp(buffered)

Testing

a-lunev avatar Feb 24 '22 03:02 a-lunev