llarp::path::TransitHopInfo
Public Functions
| Name | |
|---|---|
| TransitHopInfo() =default | |
| TransitHopInfo(const RouterID & down, const LR_CommitRecord & record) | |
| std::string | ToString() const |
Public Attributes
| Name | |
|---|---|
| PathID_t | txID |
| PathID_t | rxID |
| RouterID | upstream |
| RouterID | downstream |
Public Functions Documentation
function TransitHopInfo
TransitHopInfo() =default
function TransitHopInfo
TransitHopInfo(
const RouterID & down,
const LR_CommitRecord & record
)
function ToString
std::string ToString() const
Public Attributes Documentation
variable txID
PathID_t txID;
variable rxID
PathID_t rxID;
variable upstream
RouterID upstream;
variable downstream
RouterID downstream;
Updated on 2026-01-10 at 22:49:45 +0000