nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

net/tcp: add Selective-ACK support

Open anchao opened this issue 4 years ago • 1 comments

Summary

net/tcp: add Selective-ACK support net/tcp: d_appdata should remove the tcp specific option field net/tcp: add out-of-order segment support mm/iob: add qentry private data support

Reference: https://datatracker.ietf.org/doc/html/rfc2018

Impact

TCP accurate fast retransmission and recovery

Testing

HTTP audio streaming

anchao avatar Jul 22 '21 16:07 anchao

We should split this PR into 2. The IOB change should be separate from the TCP changes.

OK, I split the iob part to https://github.com/apache/incubator-nuttx/pull/4211

anchao avatar Jul 23 '21 03:07 anchao

Hi @yamt @antmerlino ,

I refactored the related implementation of out-of-order and sack based on the latest dev, let us move https://github.com/apache/nuttx/pull/8062 to review this feature further

anchao avatar Jan 10 '23 05:01 anchao