]> 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>
Thu, 15 Apr 2021 18:30:51 +0000 (20:30 +0200)
commit9447f2918f0680058705a6d12dc728450c47a471
treef246d01e1fb55ddcacc17e2c623669fc8da375ba
parent61089eace7d46c28d3e72abbe182f54762bda25f
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