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 375211f  boards/arm/stm32: add common and stm32f103-minimum support 
for WS2812 LEDs.
     new 794a6ec  net/tcp: rename the winszie to snd_wnd to make the semantics 
more accurate
     new 881dd9d  net/tcp: add a member to record the current receiving window
     new 8d01185  [Performance]net/tcp: send the ACK in time after obtain ahead 
buffer from iobs

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 | 10 +++--
 net/tcp/tcp.h                     | 10 ++++-
 net/tcp/tcp_input.c               |  2 +-
 net/tcp/tcp_recvfrom.c            | 83 ++++++++++++++++++++++++++++++++++-----
 net/tcp/tcp_send.c                |  4 ++
 net/tcp/tcp_send_buffered.c       | 10 ++---
 net/tcp/tcp_send_unbuffered.c     |  2 +-
 net/tcp/tcp_sendfile.c            |  2 +-
 8 files changed, 101 insertions(+), 22 deletions(-)

Reply via email to