lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP


From: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-181-g01a91d3
Date: Mon, 20 Nov 2017 12:20:14 -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 Contrib - Contributed code for Lightweight TCP/IP stack".

The branch, master has been updated
       via  01a91d3d6b7452f4e1478d9dd5f28eed41336ba1 (commit)
      from  599b1f759d190804a7eff21e3ae6fc21d2c26338 (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 01a91d3d6b7452f4e1478d9dd5f28eed41336ba1
Author: Joel Cunningham <address@hidden>
Date:   Mon Nov 20 10:37:28 2017 -0600

    Add DNS-SD hook for LWIP_HOOK_NETCONN_EXTERNAL_RESOLVE
    
    This adds an implementation of LWIP_HOOK_NETCONN_EXTERNAL_RESOLVE that
    uses the DNS-SD API provided by mDNSResponder
    
    This can be used to handle .local (or all queries) sent through
    netconn_gethostbyname()

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

Summary of changes:
 addons/netconn/external_resolve/dnssd.c            | 164 +++++++++++++++++++++
 .../netconn/external_resolve/dnssd.h               |  29 ++--
 2 files changed, 184 insertions(+), 9 deletions(-)
 create mode 100644 addons/netconn/external_resolve/dnssd.c
 copy apps/udpecho_raw/udpecho_raw.h => addons/netconn/external_resolve/dnssd.h 
(74%)


hooks/post-receive
-- 
lwIP Contrib - Contributed code for Lightweight TCP/IP stack



reply via email to

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