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:00:39 UTC

[incubator-nuttx] branch master updated (c9e32dd -> 338b122)

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 c9e32dd  tcp: fixed warning: ISO C90 forbids mixed declarations and code
     add 338b122  net/tcp/sendfile: fixed an issue with unackseq calculation. Wrong unackseq calculation locked conn->tx_unacked at non-zero values even if all ACKs were received. This issue is the same as it was with tcp_send_unbuffered.

No new revisions were added by this update.

Summary of changes:
 net/tcp/tcp_input.c | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)