Currently transit hop pathIDs are unique based on a combination of pathID + routerID. This makes for some nasty code involving multimaps for no meaningful gain. Making it so pathID alone is unique, regardless of routerID, would simplify llarp/path/path_context.{h,c}pp dramatically.
Currently transit hop pathIDs are unique based on a combination of pathID + routerID. This makes for some nasty code involving multimaps for no meaningful gain. Making it so pathID alone is unique, regardless of routerID, would simplify
llarp/path/path_context.{h,c}ppdramatically.