Skip to content

docs(traceroute): note the protocol-dependent default port (SIM-311)[ship]#1409

Merged
danielpaulus merged 1 commit into
mainfrom
daniel/sim-311-traceroute-port-default
Jul 16, 2026
Merged

docs(traceroute): note the protocol-dependent default port (SIM-311)[ship]#1409
danielpaulus merged 1 commit into
mainfrom
daniel/sim-311-traceroute-port-default

Conversation

@danielpaulus

Copy link
Copy Markdown
Contributor

What & why

Follow-up to SIM-311 (backend/runner fix: checkly/monorepo#3057).

The traceroute port field's @defaultValue JSDoc said 443 unconditionally, but the default is protocol-dependent: 443 for TCP and 33434 (a closed high port) for UDP/SCTP — UDP/SCTP arrival is only confirmed by an ICMP "port unreachable" from a closed port, whereas 443 is typically open and never confirms arrival.

Doc-only, no behavior change: the construct already sends undefined when port is omitted, so the backend's (now protocol-aware) default governs. This just makes the documented default accurate.

🤖 Generated with Claude Code

The `port` field's `@defaultValue` said 443 unconditionally, but the default is
protocol-dependent: 443 for TCP, 33434 (a closed high port) for UDP/SCTP — the
backend applies this when the CLI omits `port`. Doc-only; no behavior change
(the construct already sends `undefined` when omitted, letting the backend
default govern). Backend/runner fix: checkly/monorepo#3057.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013AYwkvoaANQTH5dGStbBj2
@danielpaulus danielpaulus changed the title docs(traceroute): note the protocol-dependent default port (SIM-311) docs(traceroute): note the protocol-dependent default port (SIM-311)[ship] Jul 16, 2026
@danielpaulus danielpaulus enabled auto-merge (squash) July 16, 2026 07:12

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: ship/show PR from a same-repo branch.

@danielpaulus danielpaulus merged commit 3ac86f6 into main Jul 16, 2026
27 of 29 checks passed
@danielpaulus danielpaulus deleted the daniel/sim-311-traceroute-port-default branch July 16, 2026 07:15
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