Field notes: live-505c wire observations from a second server implementation - #18
Open
M0LTE wants to merge 1 commit into
Open
Field notes: live-505c wire observations from a second server implementation#18M0LTE wants to merge 1 commit into
M0LTE wants to merge 1 commit into
Conversation
Three new observations from building a second server-side RHPv2 implementation (pdn) and wire-diffing it against the pinned xrouter container: RHPTEST and the live 505c binary disagree on re-listen (16 vs idempotent Ok) and on send-on-listener (16 vs 17), and a second listener on an already-claimed callsign answers Ok with undefined accept routing (errCode 9 suggested). Plus a postscript on observation 4: the hello/helloReply proposal now has a live implementation, with the unknown-type fallback providing the predicted backwards compatibility. Primer's RHPTEST listener bullet gains a caveat cross-referencing the conflict. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three new field-notes observations (13–15) from building a second server-side RHPv2 implementation (pdn) and wire-diffing it against the pinned xrouter container (
ghcr.io/packethacking/xrouter, image label 505c) and against RHPTEST:listenon an already-listening socket: RHPTEST (tested against v505d) says error 16, the live 505c wire answers idempotenterrCode: 0. Either behaviour changed between builds or RHPTEST documents undelivered intent; a 505d container would settle it empirically.sendon a listening socket: 17 on the wire, 16 per RHPTEST. Same class of conflict; pdn sided with 16, flagged for confirmation.errCode: 9suggested as the deterministic refusal.Also a postscript on observation 4 (the
hello/helloReplyproposal now has a live implementation, with the unknown-type fallback delivering the predicted backwards compatibility), a new v2.1-table row covering 13–15, and a caveat on the primer's RHPTEST listener bullet cross-referencing the conflict.mkdocs buildverified clean; the new cross-page anchor resolves.🤖 Generated with Claude Code