[PR #824] [MERGED] [trust-dns-proto] abstract udpSocket #1712

Closed
opened 2026-03-16 02:21:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/824
Author: @chunyingw
Created: 7/9/2019
Status: Merged
Merged: 7/10/2019
Merged by: @bluejekyll

Base: masterHead: udp


📝 Commits (1)

  • 1d4a1c8 [trust-dns-proto] abstract udpSocket

📊 Changes

25 files changed (+160 additions, -87 deletions)

View changed files

📝 crates/client/Cargo.toml (+2 -1)
📝 crates/client/src/lib.rs (+4 -1)
📝 crates/client/src/udp/udp_client_connection.rs (+9 -7)
📝 crates/https/Cargo.toml (+1 -1)
📝 crates/native-tls/Cargo.toml (+1 -1)
📝 crates/openssl/Cargo.toml (+1 -1)
📝 crates/proto/Cargo.toml (+3 -3)
📝 crates/proto/src/lib.rs (+1 -0)
📝 crates/proto/src/multicast/mdns_stream.rs (+1 -1)
📝 crates/proto/src/udp/udp_client_stream.rs (+36 -26)
📝 crates/proto/src/udp/udp_stream.rs (+55 -18)
📝 crates/resolver/Cargo.toml (+2 -1)
📝 crates/resolver/src/hosts.rs (+1 -1)
📝 crates/resolver/src/lib.rs (+1 -0)
📝 crates/resolver/src/name_server/connection_provider.rs (+4 -3)
📝 crates/resolver/src/name_server/name_server_pool.rs (+11 -7)
📝 crates/rustls/Cargo.toml (+1 -1)
📝 crates/server/Cargo.toml (+1 -1)
📝 crates/server/benches/comparison_benches.rs (+6 -4)
📝 crates/server/src/store/in_memory/authority.rs (+1 -1)

...and 5 more files

📄 Description

  • Abstract trust_dns_proto::UdpStream and related types
  • Make tokio-udp as optional dependencies
  • Run rustfmt on the files modifed
  • Fix clippy errors

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/824 **Author:** [@chunyingw](https://github.com/chunyingw) **Created:** 7/9/2019 **Status:** ✅ Merged **Merged:** 7/10/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `udp` --- ### 📝 Commits (1) - [`1d4a1c8`](https://github.com/hickory-dns/hickory-dns/commit/1d4a1c8397acdd2a64a706978b490d2c2b7e989b) [trust-dns-proto] abstract udpSocket ### 📊 Changes **25 files changed** (+160 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `crates/client/Cargo.toml` (+2 -1) 📝 `crates/client/src/lib.rs` (+4 -1) 📝 `crates/client/src/udp/udp_client_connection.rs` (+9 -7) 📝 `crates/https/Cargo.toml` (+1 -1) 📝 `crates/native-tls/Cargo.toml` (+1 -1) 📝 `crates/openssl/Cargo.toml` (+1 -1) 📝 `crates/proto/Cargo.toml` (+3 -3) 📝 `crates/proto/src/lib.rs` (+1 -0) 📝 `crates/proto/src/multicast/mdns_stream.rs` (+1 -1) 📝 `crates/proto/src/udp/udp_client_stream.rs` (+36 -26) 📝 `crates/proto/src/udp/udp_stream.rs` (+55 -18) 📝 `crates/resolver/Cargo.toml` (+2 -1) 📝 `crates/resolver/src/hosts.rs` (+1 -1) 📝 `crates/resolver/src/lib.rs` (+1 -0) 📝 `crates/resolver/src/name_server/connection_provider.rs` (+4 -3) 📝 `crates/resolver/src/name_server/name_server_pool.rs` (+11 -7) 📝 `crates/rustls/Cargo.toml` (+1 -1) 📝 `crates/server/Cargo.toml` (+1 -1) 📝 `crates/server/benches/comparison_benches.rs` (+6 -4) 📝 `crates/server/src/store/in_memory/authority.rs` (+1 -1) _...and 5 more files_ </details> ### 📄 Description - Abstract trust_dns_proto::UdpStream and related types - Make tokio-udp as optional dependencies - Run rustfmt on the files modifed - Fix clippy errors --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:21:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1712
No description provided.