This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from b362f18d6a mempool:Calibration total memory statistics
new 0e7d397553 net/tcp: new api tcp_dataconcat() to concatenate/pack iob
chain
new d175f50f01 net/tcp: add out-of-order segment support
new c581cc5f9b net/tcp: parse tcp options in common function
new 64dd7e6376 net/tcp: add Selective-ACK support
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/nuttx/net/tcp.h | 9 +-
net/tcp/Kconfig | 28 +++
net/tcp/tcp.h | 87 ++++++++
net/tcp/tcp_callback.c | 210 ++++++++++++++++--
net/tcp/tcp_conn.c | 16 ++
net/tcp/tcp_input.c | 531 ++++++++++++++++++++++++++++++++++----------
net/tcp/tcp_recvwindow.c | 30 +++
net/tcp/tcp_send.c | 53 ++++-
net/tcp/tcp_send_buffered.c | 318 +++++++++++++++++++-------
9 files changed, 1067 insertions(+), 215 deletions(-)