fix unicast response port and timeout
authorTobias Waldvogel <tobias.waldvogel@gmail.com>
Wed, 11 Dec 2024 14:34:33 +0000 (15:34 +0100)
committerJohn Crispin <john@phrozen.org>
Wed, 11 Dec 2024 14:34:46 +0000 (15:34 +0100)
commit68af31143b1fb36922befeb3eb332b3cb4911960
tree081e534c123e7f355946933f4c4a34a1f9135dcb
parenta2b4979285a9d0d9c73c7649a5bbee9513f69bd9
fix unicast response port and timeout

Responses to One-Shot Multicast DNS Queries (as in RFC 6762 5.1)
with CLASS_UNICAST set should be sent back to the port of the
client and not to 5353. In addition timeouts should be ignored.

Signed-off-by: Tobias Waldvogel <tobias.waldvogel@gmail.com>
dns.c
interface.c
service.c
service.h