package
0.4.0
Repository: https://github.com/joelfischerr/scion.git
Documentation: pkg.go.dev

# Packages

Package spathmeta implements basic types for working with SCIOND paths.

# Functions

ExpTimeFromDuration converts a time duration to the relative expiration time.
HopFFromRaw returns a HopField object from the raw content in b.
No description provided by the author
No description provided by the author
NewOneHop creates a new one hop path with.

# Constants

No description provided by the author
ErrInfoFTooShort indicates that the info field is to short to be parsed.
~5m38s.
No description provided by the author
InfoFieldLength is the length of the info field.
No description provided by the author
No description provided by the author
One day in seconds.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
MaxExpirationTime is the maximum absolute expiration time of SCION hop fields.

# Structs

Hop Field format: 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |r r r r r r V X| ExpTime | ConsIngress | ..
InfoField hast the following format: 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |r r r r r P S C| Timestamp ..
No description provided by the author

# Type aliases

ExpTimeType describes the relative expiration time of the hop field.