Commit 4b99321
committed
docs: fix four accuracy issues in Traceroute docs (daniel-review feedback)
- construct port default: document as 443 for all non-ICMP protocols
(not 443/33434 split); 33434 is only the webapp UI pre-fill, not the
CLI/API default; recommend explicit port: 33434 for UDP/SCTP
- UDP/SCTP destination detection: broaden from "Port Unreachable only"
to any ICMP Destination Unreachable from the target (admin-prohibited,
host-unreachable, etc.); SCTP also detected via ABORT/INIT-ACK
- JSON port field: always present (no omitempty), 0 for ICMP; not omitted
- JSON finalHopLatency: whole object is omitted (omitempty pointer), not
present with null fields, when destination is not reached1 parent d1d209d commit 4b99321
3 files changed
Lines changed: 7 additions & 7 deletions
File tree
- constructs
- detect/uptime-monitoring/traceroute-monitors
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments