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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1097-gb536fd9
Date: Sat, 30 Dec 2017 06:08:26 -0500 (EST)

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  b536fd9767f128ece7ece8b810cb0ea20cede7de (commit)
      from  1b57284bb49ac53d12d14fbb0454b0199eabb1fe (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 b536fd9767f128ece7ece8b810cb0ea20cede7de
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sat Dec 30 12:08:01 2017 +0100

    Apply modified version of bug #52747: mdns resp: separate the announce 
function and add netifapi support for it
    Changes made by me:
    - Move all error handling code into mdns_resp_announce() so it can be 
safely used by external code
    - Remove mdns_resp_netif_settings_changed() because it is the same as 
mdns_resp_announce() after my changes
    - Declare #define for a "thread-safe" version of mdns_resp_announce in 
mdns.h instead of netifapi.h - I don't want to intermix netif API with APPs

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

Summary of changes:
 src/apps/mdns/mdns.c         | 71 +++++++++++++++++++-------------------------
 src/include/lwip/apps/mdns.h | 19 +++++++++++-
 2 files changed, 48 insertions(+), 42 deletions(-)


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



reply via email to

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