[PR #189] [MERGED] Split of nameserver pools into datagram and stream oriented types #1286

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/189
Author: @bluejekyll
Created: 9/17/2017
Status: Merged
Merged: 9/20/2017
Merged by: @bluejekyll

Base: masterHead: split-datagram-and-streams


📝 Commits (5)

📊 Changes

13 files changed (+534 additions, -216 deletions)

View changed files

📝 Cargo.lock (+93 -94)
📝 client/Cargo.toml (+1 -1)
📝 client/src/op/message.rs (+85 -60)
integration-tests/tests/name_server_pool_tests.rs (+147 -0)
📝 resolver/CHANGELOG.md (+10 -0)
📝 resolver/Cargo.toml (+2 -2)
📝 resolver/src/config.rs (+16 -1)
📝 resolver/src/lib.rs (+2 -1)
📝 resolver/src/lookup.rs (+7 -7)
📝 resolver/src/lookup_ip.rs (+3 -2)
📝 resolver/src/lookup_state.rs (+1 -0)
📝 resolver/src/name_server_pool.rs (+159 -44)
📝 resolver/src/resolver_future.rs (+8 -4)

📄 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/189 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 9/17/2017 **Status:** ✅ Merged **Merged:** 9/20/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `split-datagram-and-streams` --- ### 📝 Commits (5) - [`25c951a`](https://github.com/hickory-dns/hickory-dns/commit/25c951ad1f76a6012b37fb7d239d3a794c1fd3e4) initial split of nameserver pools - [`b3b1f29`](https://github.com/hickory-dns/hickory-dns/commit/b3b1f29fd6470dbc838205f2490776a8c3980cf1) upgrade to tcp stream - [`401fe21`](https://github.com/hickory-dns/hickory-dns/commit/401fe21c7b11a41441e03f865c73e61ff07e6af7) add mocked name_server_pool - [`5238ca3`](https://github.com/hickory-dns/hickory-dns/commit/5238ca3e176e80e5131e79c361e3fd4563e9c3b8) fix nameserver unit tests - [`dd52ddb`](https://github.com/hickory-dns/hickory-dns/commit/dd52ddbe8969659540ca5630a4d9a5f62aaf8efc) bump versions ### 📊 Changes **13 files changed** (+534 additions, -216 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+93 -94) 📝 `client/Cargo.toml` (+1 -1) 📝 `client/src/op/message.rs` (+85 -60) ➕ `integration-tests/tests/name_server_pool_tests.rs` (+147 -0) 📝 `resolver/CHANGELOG.md` (+10 -0) 📝 `resolver/Cargo.toml` (+2 -2) 📝 `resolver/src/config.rs` (+16 -1) 📝 `resolver/src/lib.rs` (+2 -1) 📝 `resolver/src/lookup.rs` (+7 -7) 📝 `resolver/src/lookup_ip.rs` (+3 -2) 📝 `resolver/src/lookup_state.rs` (+1 -0) 📝 `resolver/src/name_server_pool.rs` (+159 -44) 📝 `resolver/src/resolver_future.rs` (+8 -4) </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 01:58:21 +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#1286
No description provided.