You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ma...@apache.org on 2021/06/29 21:28:24 UTC

[incubator-nuttx] branch master updated (5fd3eca -> 4878b77)

This is an automated email from the ASF dual-hosted git repository.

masayuki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 5fd3eca  riscv/esp32c3: Support BLE sleep mode
     add 022a249  tcp: Change the way to advance rcvseq
     add eeafe07  tcp.h: Add TCP_SEQ_ADD
     add 0886257  tcp_input: Accept segments spanning over rcvseq
     add b2d3bf9  Change the type of io_pktlen from uint16_t to unsigned int
     add 4878b77  tcp: simplify readahead

No new revisions were added by this update.

Summary of changes:
 include/nuttx/mm/iob.h   |   2 +-
 net/tcp/tcp.h            |   3 +-
 net/tcp/tcp_callback.c   |  81 ++++++++++++-------
 net/tcp/tcp_conn.c       |   7 +-
 net/tcp/tcp_input.c      | 202 +++++++++++++++++++++++++++++++++++++++--------
 net/tcp/tcp_netpoll.c    |   2 +-
 net/tcp/tcp_notifier.c   |   2 +-
 net/tcp/tcp_recvfrom.c   |  73 ++++++++---------
 net/tcp/tcp_recvwindow.c |  43 +++++++---
 9 files changed, 292 insertions(+), 123 deletions(-)