pub async fn execute<L>(peer: &Peer<L>, job: PingPeerJob) -> Result<()>Expand description
Execute a ping peer job
This sends a ping to the specified peer with our current bucket state and processes the response.
pub async fn execute<L>(peer: &Peer<L>, job: PingPeerJob) -> Result<()>Execute a ping peer job
This sends a ping to the specified peer with our current bucket state and processes the response.