[PR #1682] [MERGED] make doq transport settings more consistent with RFC #2512

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1682
Author: @bluejekyll
Created: 4/8/2022
Status: Merged
Merged: 4/10/2022
Merged by: @bluejekyll

Base: mainHead: better-doq-rfc-compliance


📝 Commits (1)

  • 85a4faf make doq transport settings more consistent with RFC

📊 Changes

6 files changed (+60 additions, -40 deletions)

View changed files

📝 crates/proto/src/quic/mod.rs (+1 -0)
📝 crates/proto/src/quic/quic_client_stream.rs (+9 -30)
crates/proto/src/quic/quic_config.rs (+33 -0)
📝 crates/proto/src/quic/quic_server.rs (+8 -7)
📝 crates/proto/src/quic/quic_stream.rs (+6 -2)
📝 crates/server/src/server/quic_handler.rs (+3 -1)

📄 Description

I'm trying to debug issues with DoQ and some servers out there, but can't get to the root yet. These changes are things that appear to differ from RFC and some inconsistency between the client and server.

related: #1687


🔄 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/1682 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 4/8/2022 **Status:** ✅ Merged **Merged:** 4/10/2022 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `better-doq-rfc-compliance` --- ### 📝 Commits (1) - [`85a4faf`](https://github.com/hickory-dns/hickory-dns/commit/85a4faf94403c60a7f12f02e877115dbb03bedef) make doq transport settings more consistent with RFC ### 📊 Changes **6 files changed** (+60 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `crates/proto/src/quic/mod.rs` (+1 -0) 📝 `crates/proto/src/quic/quic_client_stream.rs` (+9 -30) ➕ `crates/proto/src/quic/quic_config.rs` (+33 -0) 📝 `crates/proto/src/quic/quic_server.rs` (+8 -7) 📝 `crates/proto/src/quic/quic_stream.rs` (+6 -2) 📝 `crates/server/src/server/quic_handler.rs` (+3 -1) </details> ### 📄 Description I'm trying to debug issues with DoQ and some servers out there, but can't get to the root yet. These changes are things that appear to differ from RFC and some inconsistency between the client and server. related: #1687 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 09:50: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#2512
No description provided.