async fn send_vermsg(
writer: &mut FramedWriter<PeerNetMsgCodec>,
own_id: &PeerID,
config_version: &Version,
protocols: &HashMap<ProtocolID, ProtocolMeta>,
) -> Result<()>Expand description
Sends a Version message.
async fn send_vermsg(
writer: &mut FramedWriter<PeerNetMsgCodec>,
own_id: &PeerID,
config_version: &Version,
protocols: &HashMap<ProtocolID, ProtocolMeta>,
) -> Result<()>Sends a Version message.