llarp::dht::RCNode

Public Functions

Name
RCNode()
RCNode(const RouterContact & other)
bool operator<(const RCNode & other) const

Public Attributes

Name
RouterContact rc
Key_t ID

Public Functions Documentation

function RCNode

inline RCNode()

function RCNode

inline RCNode(
    const RouterContact & other
)

function operator<

inline bool operator<(
    const RCNode & other
) const

Public Attributes Documentation

variable rc

RouterContact rc;

variable ID

Key_t ID;

Updated on 2026-01-10 at 22:49:45 +0000