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: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1054-g6af3b4a
Date: Mon, 20 Nov 2017 12:19:18 -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  6af3b4accc7b05e4c0c52bc901c4d8b2af256f8e (commit)
      from  2aed2fc215a3d2282e9679a2463a6e493ddcdba0 (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 6af3b4accc7b05e4c0c52bc901c4d8b2af256f8e
Author: Joel Cunningham <address@hidden>
Date:   Mon Nov 20 09:59:35 2017 -0600

    netconn: Add LWIP_HOOK_NETCONN_EXTERNAL_RESOLVE (patch #9427)
    
    This adds a new hook allowing an external DNS resolver to be hooked into
    netconn_gethostbyname(). The hook can handle some or all of the queries
    
    One use case for this hook is to run mDNSResponder in the same system as 
LwIP
    (mDNSResponder also uses LwIP's socekt APIs) and have it handle .local 
queries
    while LwIP stack handles unicast DNS queries

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

Summary of changes:
 CHANGELOG              |  2 ++
 src/api/api_lib.c      | 14 ++++++++++++++
 src/include/lwip/opt.h | 22 ++++++++++++++++++++++
 3 files changed, 38 insertions(+)


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



reply via email to

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