Commit d56135c
authored
fix(docs): add outer frame encapsulation preamble to SPEC.md §3 (PILOT-419) (#2)
Add a preamble to §3 (Packet Format) explaining that all wire-format
frames are encapsulated in a tunnel envelope identified by 4-byte magic
bytes. Documents the four frame types (PILT, PILS, PILK, PILA) with
their magic byte values and clarifies that §3 describes the inner header
for PILT frames while §4 covers the other frame type layouts.
A first-time reader encountering §3 would not know the header is
tunnel-encapsulated — this preamble addresses that gap.
Closes PILOT-4191 parent 7bb297e commit d56135c
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
90 | 105 | | |
91 | 106 | | |
92 | 107 | | |
| |||
0 commit comments