Skip to content

Two client fixes - #44

Merged
plotnick merged 2 commits into
mainfrom
ctrl-c
Aug 15, 2026
Merged

Two client fixes#44
plotnick merged 2 commits into
mainfrom
ctrl-c

Conversation

@plotnick

@plotnick plotnick commented Aug 15, 2026

Copy link
Copy Markdown
Collaborator

Allow all commands to be interrupted with Ctrl-C, and support zone IDs in server URLs.

Use on Castle to avoid random multi-second delays as the kernel guesses the wrong egress interface:

export SUSH_URL="https://[$(pilot tp ls -Ho ip,interface | grep sw0tp0 | tr '\t' '%')]:12352"

plotnick and others added 2 commits August 15, 2026 05:44
Commands that don't handle SIGINT themselves run under a cancelling
select, and loop listeners persist across iterations so mid-await
interrupts are no longer dropped.

Co-Authored-By: Claude Mythos 5 <noreply@anthropic.com>
URLs cannot carry zone IDs, so `%zone` (or RFC 6874 `%25zone`) in
a bracketed IPv6 host maps to a placeholder name that resolves to
the scoped socket address. A scopeless link-local URL leaves the
kernel guessing the egress interface, and on a multihomed machine
the guess can blackhole SYNs for seconds at a time.

Co-Authored-By: Claude Mythos 5 <noreply@anthropic.com>
@plotnick
plotnick merged commit 2392081 into main Aug 15, 2026
5 checks passed
@plotnick
plotnick deleted the ctrl-c branch August 15, 2026 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant