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-04-01 at 23:35:39 +0000