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/incubator-nuttx.git.
from d656417 Fix compilation error when CONFIG_DEBUG_PWM_INFO on stm32h7
add 87bffc1 net/tcp: remove the invalid break during tcp option loop
add a5cdc4e net/tcp: change the tcp optdata to dynamic arrays
add aab03ef net/tcp: add window scale support
add d4ce709 net/tcp: change all window relative value type to uint32_t
No new revisions were added by this update.
Summary of changes:
include/nuttx/net/tcp.h | 5 ++-
net/sixlowpan/sixlowpan_tcpsend.c | 2 +-
net/tcp/Kconfig | 21 ++++++++++
net/tcp/tcp.h | 16 +++++++-
net/tcp/tcp_input.c | 43 ++++++++++++++------
net/tcp/tcp_recvwindow.c | 85 ++++++++++++++++++++++-----------------
net/tcp/tcp_send.c | 42 +++++++++++++------
7 files changed, 148 insertions(+), 66 deletions(-)