mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #337] [MERGED] support mDNS #1373
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#1373
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/337
Author: @bluejekyll
Created: 2/8/2018
Status: ✅ Merged
Merged: 3/18/2018
Merged by: @bluejekyll
Base:
master← Head:support_mdns📝 Commits (10+)
1240284initial mDNS streamsb054bddmdns OneShot testsa041cdeadd mDNS stream tests16272c6trying to make mDNS tests more resilientff8249bfirst successful mdns testa9ad4e9Cleanup ClientConnection by adding better restrictionae6d83drestructure mdns_stream to split sending/recieving sockets66a2180fix srv.rs doc string269a9e7add responder to integration test26cb371cleanup mDNS tests📊 Changes
24 files changed (+1395 additions, -63 deletions)
View changed files
📝
.travis.yml(+13 -0)📝
Cargo.lock(+18 -15)📝
client/Cargo.toml(+3 -0)📝
client/src/client/client.rs(+0 -8)📝
client/src/client/client_connection.rs(+2 -2)📝
client/src/lib.rs(+3 -1)➕
client/src/multicast/mdns_client_connection.rs(+77 -0)➕
client/src/multicast/mod.rs(+14 -0)📝
compatibility-tests/tests/sig0_tests.rs(+0 -3)📝
integration-tests/Cargo.toml(+5 -0)📝
integration-tests/tests/client_future_tests.rs(+0 -12)📝
integration-tests/tests/client_tests.rs(+1 -5)➕
integration-tests/tests/mdns_tests.rs(+172 -0)📝
proto/Cargo.toml(+7 -0)📝
proto/src/lib.rs(+6 -3)➕
proto/src/multicast/mdns_client_stream.rs(+127 -0)➕
proto/src/multicast/mdns_stream.rs(+755 -0)➕
proto/src/multicast/mod.rs(+68 -0)📝
proto/src/rr/domain/usage.rs(+70 -0)📝
proto/src/rr/rdata/srv.rs(+1 -0)...and 4 more files
📄 Description
Fixes #24
Fixes #353
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.