net/tcp: add Selective-ACK support
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
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
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