Struct libp2p_core::connection::Connected [−][src]
pub struct Connected { pub endpoint: ConnectedPoint, pub peer_id: PeerId, }
Information about a successfully established connection.
Fields
endpoint: ConnectedPoint
The connected endpoint, including network address information.
peer_id: PeerId
Information obtained from the transport.