[][src]Module internet2::session::node_addr

Structs

RemoteNodeAddr

Remote node address at the session-level including node encryption/id key information and full RemoteSocketAddr with transport protocol & complete connection point specification.

Enums

NodeAddr

Node address which can be represent by either some local address without encryption information (i.e. node public key) or remote node address containing node public key

PartialNodeAddr

Universal Node Locator for LNP protocol (from LNPBP-19)

Traits

ToNodeAddr

Trait allowing generic function arguments for application-level implementations knowing default protocol port

ToRemoteNodeAddr

Trait allowing generic function arguments for application-level implementations knowing default protocol port