You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/01/21 17:14:19 UTC

[incubator-nuttx] branch master updated (9061c92 -> eec9413)

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 9061c92  arch/risc-v/src/mpfs: Make each hart entry configurable for bootloader
     add eec9413  net/tcp/sendfile: removed excessive overwrites of conn->sndseq (conn->sndseq was updated in multiple places that was unreasonable and complicated). This optimization is the same as it was done for tcp_send_unbuffered.

No new revisions were added by this update.

Summary of changes:
 net/tcp/tcp_input.c    | 33 ++++++++++++++++++---------------
 net/tcp/tcp_sendfile.c | 16 ----------------
 2 files changed, 18 insertions(+), 31 deletions(-)