[][src]Module internet2::transport::socket_addr

Module supports transport-level addressing, i.e. the one used before encryption/decryption of the actual data are taking place. These addresses is mostly used internally and does not include information about node public key (for that purpose you need to use session-level address structures like NodeLocator and NodeAddress).

Enums

FramingProtocol

Possible transport-layer protocols with framing support

LocalSocketAddr

Represents a connection that requires the other peer to be present on the same machine as a connecting peer

RemoteSocketAddr

Represents a connection to a generic remote peer operating with LNP protocol