lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. dd80759bb99c9f748b565488dbb4524ba0de3ffd
Date: Tue, 22 Mar 2016 06:31:48 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  dd80759bb99c9f748b565488dbb4524ba0de3ffd (commit)
      from  a1c78ea7bfdbf9e0855723bba81d9c4c3f4f4e8b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dd80759bb99c9f748b565488dbb4524ba0de3ffd
Author: sg <address@hidden>
Date:   Tue Mar 22 07:30:44 2016 +0100

    tcp: changed accept handling to be done internally: the application does 
not have to call tcp_accepted() any more. Instead, when delaying accept (e.g. 
sockets do), call tcp_backlog_delayed()/tcp_backlog_accepted() (fixes bug 
#46696)

-----------------------------------------------------------------------

Summary of changes:
 CHANGELOG                        |    5 ++
 src/api/api_lib.c                |    4 +-
 src/api/api_msg.c                |   47 ++++++++++++-----
 src/apps/httpd/httpd.c           |    7 +--
 src/core/tcp.c                   |  100 ++++++++++++++++++++++++++++++-------
 src/core/tcp_in.c                |   20 +++++--
 src/include/lwip/priv/api_msg.h  |    3 +
 src/include/lwip/priv/tcp_priv.h |   10 ++--
 src/include/lwip/tcp.h           |   64 +++++++++++-------------
 9 files changed, 175 insertions(+), 85 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]