Struct libp2p_core::connection::IncomingInfo [−][src]
Borrowed information about an incoming connection currently being negotiated.
Fields
local_addr: &'a MultiaddrLocal connection address.
send_back_addr: &'a MultiaddrStack of protocols used to send back data to the remote.
Implementations
impl<'a> IncomingInfo<'a>[src]
impl<'a> IncomingInfo<'a>[src]pub fn to_connected_point(&self) -> ConnectedPoint[src]
Builds the ConnectedPoint corresponding to the incoming connection.
Trait Implementations
impl<'a> Clone for IncomingInfo<'a>[src]
impl<'a> Clone for IncomingInfo<'a>[src]