mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-13 18:04:40 +08:00

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.