Constant bitcoin_netmsg::NetMsgType::PONG
source · pub const PONG: &'static str = "pong";Expand description
| The pong message replies to a ping message, | proving to the pinging node that the | ponging node is still alive. @since | protocol version 60001 as described | by BIP31. |