Commit 2567dd9
Restore quic_version and wire it into Http3Settings (PR 49)
* Restore quic_version and wire it into Http3Settings
The quiche -> NLC/http3 migration (AG-53338) dropped the quic_version
fields because NLC's Http3Client did not expose the setting at the time.
NLC's Http3Settings now has a quic_version field, so restore the removed
struct fields and thread the value end-to-end into the QUIC version
offered by ngtcp2.
Direct-connect path (http3_upstream): read PROTOCOL_CONFIG->http3 and
set m_h3_settings.quic_version before Http3Client::connect().
Ping/handoff path: VpnHttp3UpstreamConfig.quic_version flows through
LocationsPingerInfo -> LocationsPinger -> PingInfo -> Ping ->
QuicConnectorConnectParameters -> Http3Settings. The vpn_fsm
locations-pinger initializer passes quic_version = 0 for now (to be
wired from vpn_manager make_client_config later). Zero already selects
the default version (NGTCP2_PROTO_VER_V1) in NLC, so the old
QUICHE_PROTOCOL_VERSION fallbacks are gone.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Temporarily pin native_libs_common to snapshot 8.1.38-3-g3e5d3f1
Override to a git-described NCL snapshot that carries the changes this
branch depends on, until a tagged NCL release is available.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Use dns-libs 2.8.58-2-g2c375f1c and native_libs_common 8.1.39
Bump dns-libs to 2.8.58-2-g2c375f1c and move native_libs_common off the
temporary 8.1.38-3-g3e5d3f1 snapshot pin to the tagged 8.1.39 release,
dropping the override now that a real release carries the needed changes.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Fix conan_bootstrap_deps.py
* Add changelog entry for quic_version restore; document one-entry rule
Add a single [Unreleased] entry for restoring the quic_version parameter,
and add a Mandatory Task Rule that a required CHANGELOG.md update must
contain exactly one entry per PR/change.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 1900391 commit 2567dd9
12 files changed
Lines changed: 66 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
200 | 205 | | |
201 | 206 | | |
202 | 207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| 96 | + | |
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| 289 | + | |
289 | 290 | | |
290 | 291 | | |
291 | 292 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
262 | 263 | | |
263 | 264 | | |
264 | 265 | | |
265 | | - | |
| 266 | + | |
266 | 267 | | |
267 | 268 | | |
268 | 269 | | |
| |||
313 | 314 | | |
314 | 315 | | |
315 | 316 | | |
| 317 | + | |
316 | 318 | | |
317 | 319 | | |
318 | 320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
| 241 | + | |
240 | 242 | | |
241 | 243 | | |
242 | 244 | | |
| |||
594 | 596 | | |
595 | 597 | | |
596 | 598 | | |
| 599 | + | |
597 | 600 | | |
598 | 601 | | |
599 | 602 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments