]> git.meshlink.io Git - meshlink/commit
Send and receive multicast mDNS packets.
authorGuus Sliepen <guus@meshlink.io>
Sun, 12 Jul 2020 15:31:40 +0000 (17:31 +0200)
committerGuus Sliepen <guus@meshlink.io>
Tue, 26 Jan 2021 20:40:42 +0000 (21:40 +0100)
commit9984c2d2263bf2a88075b7b381cfe5838441d275
treedb17d20dd6f385ca8831cdb7e43e26cd0c708f9b
parent18010862b4e6fc6de797f6aa15536be3c420c8b0
Send and receive multicast mDNS packets.

We don't actually support the full mDNS spec, we just send something that
passes for a valid mDNS packet, and expect other nodes to send packets back
with exactly the same format. All other mDNS packets will be ignored.
src/Makefile.am
src/discovery.c
src/mdns.c [new file with mode: 0644]
src/mdns.h [new file with mode: 0644]
src/meshlink_internal.h