Commit graph

6 commits

Author SHA1 Message Date
Albert Vaca Cintora
89f950ca88
Backport mdns.h updates from upstream 2024-10-10 15:07:24 +02:00
Rob Emery
fd304d9edb Working around cast from 'struct sockaddr *' to 'struct sockaddr_in6 *' increases required alignment from 1 to 4
for BSD
2024-10-10 08:51:57 +01:00
Rob Emery
65cb10ffe2 mdns 0 to nullptr 2024-10-10 08:51:57 +01:00
Alexander Lohnau
a8adedd100 Disable clang-format for mdns header
This is imported and thus doesn't make sense to be formatted
2023-12-02 14:24:08 +01:00
Aleix Pol Gonzalez
1b3e8db72f Fixes from code review 2023-08-28 17:08:18 +00:00
Albert Vaca Cintora
3485e3aa44 Replace KDNSSD with mdns.h
KDNSSD only works with Avahi (so, only on Linux) while mdns.h is a
header-only library [1] that implements mdns from scratch and should
work on all platforms.

[1] https://github.com/mjansson/mdns
2023-08-28 17:08:18 +00:00