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(-)