[PR #3389] [MERGED] More preparation for proto/net split #3803

Closed
opened 2026-03-16 12:03:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3389
Author: @djc
Created: 12/9/2025
Status: Merged
Merged: 12/11/2025
Merged by: @djc

Base: mainHead: split-prep


📝 Commits (7)

  • e46ddbf proto: use named field inside ValidationCache
  • 629155f proto: move validation cache TTLs into ValidationCache
  • b8edbee proto: move cache insertion logic into method
  • 73f4a5f proto: move inner() method down
  • 51ba993 proto: move DEFAULT_RETRY_FLOOR into op
  • e853431 proto: make DigestType::is_supported() public
  • 01adead proto: move Nsec3HashAlgorithm into dnssec module

📊 Changes

7 files changed (+223 additions, -218 deletions)

View changed files

📝 crates/proto/src/dnssec/handle.rs (+50 -43)
📝 crates/proto/src/dnssec/mod.rs (+158 -3)
📝 crates/proto/src/dnssec/nsec3.rs (+1 -160)
📝 crates/proto/src/op/dns_request.rs (+2 -2)
📝 crates/proto/src/op/mod.rs (+8 -0)
📝 crates/proto/src/udp/mod.rs (+0 -8)
📝 crates/proto/src/udp/udp_client_stream.rs (+4 -2)

📄 Description

No description provided


🔄 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/3389 **Author:** [@djc](https://github.com/djc) **Created:** 12/9/2025 **Status:** ✅ Merged **Merged:** 12/11/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `split-prep` --- ### 📝 Commits (7) - [`e46ddbf`](https://github.com/hickory-dns/hickory-dns/commit/e46ddbfa14e3108be11eeb32c2cf5e2a5bffa7cd) proto: use named field inside ValidationCache - [`629155f`](https://github.com/hickory-dns/hickory-dns/commit/629155f739e7f225c3313906befed4c31b8665f7) proto: move validation cache TTLs into ValidationCache - [`b8edbee`](https://github.com/hickory-dns/hickory-dns/commit/b8edbeeab17fc07808e918f3bdb9fac9c72b60f4) proto: move cache insertion logic into method - [`73f4a5f`](https://github.com/hickory-dns/hickory-dns/commit/73f4a5f67dd087046cd8aeeb6beaadd4471d1d73) proto: move inner() method down - [`51ba993`](https://github.com/hickory-dns/hickory-dns/commit/51ba99390dc2e61db30a3d1869f633a6e34b040f) proto: move DEFAULT_RETRY_FLOOR into op - [`e853431`](https://github.com/hickory-dns/hickory-dns/commit/e8534316a30d99bffeee7e1af8e17b7affe72176) proto: make DigestType::is_supported() public - [`01adead`](https://github.com/hickory-dns/hickory-dns/commit/01adeadc9efc78919c6ca3050268fb5cb1de4ed0) proto: move Nsec3HashAlgorithm into dnssec module ### 📊 Changes **7 files changed** (+223 additions, -218 deletions) <details> <summary>View changed files</summary> 📝 `crates/proto/src/dnssec/handle.rs` (+50 -43) 📝 `crates/proto/src/dnssec/mod.rs` (+158 -3) 📝 `crates/proto/src/dnssec/nsec3.rs` (+1 -160) 📝 `crates/proto/src/op/dns_request.rs` (+2 -2) 📝 `crates/proto/src/op/mod.rs` (+8 -0) 📝 `crates/proto/src/udp/mod.rs` (+0 -8) 📝 `crates/proto/src/udp/udp_client_stream.rs` (+4 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 12:03:29 +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#3803
No description provided.