a73x

eca05dea

release: v0.0.1-4

a73x   2026-08-12 21:11

Commit message
release: v0.0.1-4

M15 refactor cut. Two behavior changes: a refused QUIC dial fails in
~1 RTT (was the full 15s idle budget on the direct path); a dead
quic:// target gives up at the 2s attach deadline (was ~15s).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

build.zig
Old New
@@ -61,7 +61,7 @@ fn linkQuic(b: *std.Build, c: *std.Build.Step.Compile, deps: anytype) void {
61 61
62 pub fn build(b: *std.Build) void { 62 pub fn build(b: *std.Build) void {
63 // Single source for both binaries' --version. Bumped at tag time. 63 // Single source for both binaries' --version. Bumped at tag time.
64 const version = "0.0.1-3"; 64 const version = "0.0.1-4";
65 const version_opts = b.addOptions(); 65 const version_opts = b.addOptions();
66 version_opts.addOption([]const u8, "version", version); 66 version_opts.addOption([]const u8, "version", version);
67 67