[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-167-g861ce29 |
Date: |
Wed, 14 Nov 2018 10:53:40 -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 861ce296b9422b61f26ad13b07f9df1b9041e383 (commit)
from 530a4ccdce8e72abd13a9b886b9da39c604ed0be (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 861ce296b9422b61f26ad13b07f9df1b9041e383
Author: Jasper Verschueren <address@hidden>
Date: Wed Nov 14 15:38:36 2018 +0100
mDNS: respond to probe via multicast added
The host only responded to a probe query via unicast because
according to the RFC, a probe should have the QU bit on.
This is a should and not a must so we need to be careful.
We added multicast probe answering support with the needed timouts.
Avahi for example probes with the QM queries. With this commit the
conflict is resolved.
-----------------------------------------------------------------------
Summary of changes:
src/apps/mdns/mdns.c | 90 +++++++++++++++++-----------
src/apps/mdns/mdns_out.c | 122 ++++++++++++++++++++++++++++++++++----
src/include/lwip/apps/mdns_out.h | 12 ++++
src/include/lwip/apps/mdns_priv.h | 6 +-
4 files changed, 180 insertions(+), 50 deletions(-)
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-167-g861ce29,
Dirk Ziegelmeier <=