Function libp2p::ping::protocol::send_ping [−][src]
pub async fn send_ping<S>(stream: S) -> Result<(S, Duration), Error> where
S: AsyncRead + AsyncWrite + Unpin,
Sends a ping and waits for the pong.
pub async fn send_ping<S>(stream: S) -> Result<(S, Duration), Error> where
S: AsyncRead + AsyncWrite + Unpin,
Sends a ping and waits for the pong.