Skip to main content

Module use_site_path

Module use_site_path 

Source
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.
UseSitePath
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.