You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current rev, the only metric that is conveyed is the number / topology of the hops. It would be significantly more interesting if the hop-path contained an extensible struct or hop characteristics, eg:
TRAIT {
Type (vi64),
Value (vi64)
}
HOP {
ID (vi64)
Number of Traits (vi64)
[Trait (..) ...]
}
HOP_PATH {
Length (vi64),
Hop (..) ...
}
Example Traits could be latency, cost ($) or a synthetic metric computed via logic specific to the network's deployment. You could start with a simple IANA registry in your doc of common traits, and define an app specific range that can be used without registration.
In the current rev, the only metric that is conveyed is the number / topology of the hops. It would be significantly more interesting if the hop-path contained an extensible struct or hop characteristics, eg:
Example Traits could be latency, cost ($) or a synthetic metric computed via logic specific to the network's deployment. You could start with a simple IANA registry in your doc of common traits, and define an app specific range that can be used without registration.