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. 262a641396115609ab70bcb022c43ea274a04a8c
Date: Thu, 24 Sep 2015 12:35:09 +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  262a641396115609ab70bcb022c43ea274a04a8c (commit)
      from  4d2f4ce78c340e7529ca7019c954b14ca211b958 (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 262a641396115609ab70bcb022c43ea274a04a8c
Author: goldsimon <address@hidden>
Date:   Thu Sep 24 14:34:24 2015 +0200

    eliminate temporary storage when using netif addresses for ip_addr_t* now 
that they have the correct type (ATTENTION: ip6_select_source_address() and 
ip4_netif_get_local_ip() now return ip_addr_t*!)

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

Summary of changes:
 src/core/ipv4/ip4_addr.c   |   16 ----------------
 src/core/ipv6/icmp6.c      |    4 ++--
 src/core/ipv6/ip6.c        |   20 ++++++++++----------
 src/core/ipv6/ip6_addr.c   |   14 --------------
 src/core/raw.c             |    5 +----
 src/core/snmp/msg_out.c    |    5 +----
 src/core/tcp.c             |    5 +----
 src/core/tcp_out.c         |    4 +---
 src/core/udp.c             |   10 ++++------
 src/include/lwip/ip.h      |   14 +++++++-------
 src/include/lwip/ip4.h     |    2 +-
 src/include/lwip/ip6.h     |    2 +-
 src/include/lwip/ip_addr.h |    6 ------
 src/include/lwip/netif.h   |    1 +
 14 files changed, 30 insertions(+), 78 deletions(-)


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



reply via email to

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