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 50f415d  net/telnet: fix a potential busyloop if rxbuffer writes 
faster than read
     new 1f6fdf0  tcp: Extract MSS calculation from tcp_synack
     new 14ec75e  tcp: window update improvements
     new 0347cd3  tcp_should_send_recvwindow: Add a few ninfo()

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 net/sixlowpan/sixlowpan_tcpsend.c |   3 +-
 net/tcp/tcp.h                     |  40 ++++++++++---
 net/tcp/tcp_appsend.c             |  12 +++-
 net/tcp/tcp_conn.c                |   1 +
 net/tcp/tcp_input.c               |   1 +
 net/tcp/tcp_recvfrom.c            |  57 +------------------
 net/tcp/tcp_recvwindow.c          | 117 ++++++++++++++++++++++++++++++++++++++
 net/tcp/tcp_send.c                |  50 ++++++++++++++--
 8 files changed, 212 insertions(+), 69 deletions(-)

Reply via email to