[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Dirk Ziegelmeier |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-100-g413b26a |
Date: |
Fri, 19 Oct 2018 14:31:51 -0400 (EDT) |
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 413b26a7e1f746108e2d7f200baf1e08071329c2 (commit)
from 5405c3d97da2a509fae894d6dae1a14541ac366e (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 413b26a7e1f746108e2d7f200baf1e08071329c2
Author: Joan Lledó <address@hidden>
Date: Fri Sep 7 09:21:48 2018 +0200
Allow the use of external Sockets headers
New macro LWIP_SOCKET_HEADERS can be used to replace
LwIP sockets headers by OS's headers.
By default LWIP_SOCKET_HEADERS==LWIP_SOCKET, when LWIP_SOCKET==1
and LWIP_SOCKET_HEADERS==0, user must provide their custom headers
by setting LWIP_INCLUDE_SOCKETS and LWIP_INCLUDE_INET.
-----------------------------------------------------------------------
Summary of changes:
src/include/lwip/inet.h | 127 +----
src/include/lwip/{inet.h => lwip_inet.h} | 6 +-
src/include/lwip/{sockets.h => lwip_sockets.h} | 6 +-
src/include/lwip/opt.h | 9 +
src/include/lwip/sockets.h | 645 +------------------------
5 files changed, 24 insertions(+), 769 deletions(-)
copy src/include/lwip/{inet.h => lwip_inet.h} (98%)
copy src/include/lwip/{sockets.h => lwip_sockets.h} (99%)
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. STABLE-2_1_0_RELEASE-100-g413b26a,
Dirk Ziegelmeier <=