func (p *Peer) handleP2PMessageCode(packet p2p.Msg) error {
    // peer-to-peer message, sent directly to peer bypassing PoW checks, etc.
    // this message is not supposed to be forwarded to other peers, and
    // therefore might not satisfy the PoW, expiry and other requirements.
    // these messages are only accepted from the trusted peer.