refactor: extract outbound peer client
This commit is contained in:
parent
e7502a7237
commit
5ccebe1978
3 changed files with 264 additions and 263 deletions
|
|
@ -56,6 +56,8 @@ behavior.
|
|||
Acceptance criteria:
|
||||
- `[x]` Shared bounded Iroh line-read and send-finish helpers live outside
|
||||
the main feature handler module.
|
||||
- `[x]` Outbound peer-control, pipe-wire, and overlay-wire request helpers
|
||||
live outside the main feature handler module.
|
||||
- `[ ]` Iroh control ALPN handling, nonce checks, peer-card validation, and
|
||||
endpoint-binding validation are centralized.
|
||||
- `[ ]` Feature handlers receive authenticated caller context rather than
|
||||
|
|
|
|||
Loading…
Reference in a new issue