nuttx
nuttx copied to clipboard
net/tcp(buffered): upgraded the Fast Retransmit algorithm from RFC 2001 to RFC 5681
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)