Expand description
Use-site-path-decl block per spec §3.5.
Block format: [has-multipath: 1 bit] [if has-multipath: [alt-count: 3 bits, encoded count-2; range 2..9] [alternative × count] ] [wildcard-hardened: 1 bit]
alternative: [hardened: 1 bit][value: LP4-ext varint]
Structs§
- Alternative
- One alternative within a multipath substitution group.
- UseSite
Path - Use-site path declaration: an optional multipath group plus a wildcard.
Constants§
- MAX_
ALT_ COUNT - Maximum number of alternatives in a multipath group (3-bit field + 2).
- MIN_
ALT_ COUNT - Minimum number of alternatives in a multipath group.