[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Joel Cunningham |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 8cb64698aad3e34aa45f0c6cb9592563d24c3cd0 |
Date: |
Thu, 25 Feb 2016 21:34:16 +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 8cb64698aad3e34aa45f0c6cb9592563d24c3cd0 (commit)
from 163d7f9791d76a557cbdcd1961c9a1e8b3231e42 (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 8cb64698aad3e34aa45f0c6cb9592563d24c3cd0
Author: Joel Cunningham <address@hidden>
Date: Thu Feb 18 09:33:21 2016 -0600
Allow backlog to be updated
This commit adds support to the sockets and netconn layer to update the
backlog by calling listen when the netconn is already in the listen state.
When backlog is not enabled, the call returns successfully
This commit also introduces a macro for setting the backlog value that
prevents a 0 sized (invalid) backlog
-----------------------------------------------------------------------
Summary of changes:
src/api/api_msg.c | 6 ++++++
src/core/tcp.c | 2 +-
src/include/lwip/tcp.h | 3 +++
3 files changed, 10 insertions(+), 1 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 8cb64698aad3e34aa45f0c6cb9592563d24c3cd0,
Joel Cunningham <=