llarp::dht::ISNode
Public Functions
| Name | |
|---|---|
| ISNode() | |
| ISNode(service::EncryptedIntroSet other) | |
| bool | operator<(const ISNode & other) const |
Public Attributes
| Name | |
|---|---|
| service::EncryptedIntroSet | introset |
| Key_t | ID |
Public Functions Documentation
function ISNode
inline ISNode()
function ISNode
inline ISNode(
service::EncryptedIntroSet other
)
function operator<
inline bool operator<(
const ISNode & other
) const
Public Attributes Documentation
variable introset
service::EncryptedIntroSet introset;
variable ID
Key_t ID;
Updated on 2026-01-10 at 22:49:45 +0000