MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / DisconnectMsg

Method DisconnectMsg

src/net.cpp:722–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720}
721
722std::string CNode::DisconnectMsg() const
723{
724 return strprintf("disconnecting %s", LogPeer());
725}
726
727V1Transport::V1Transport(const NodeId node_id) noexcept
728 : m_magic_bytes{Params().MessageStart()}, m_node_id{node_id}

Callers 15

ProcessGetBlockDataMethod · 0.80
ProcessMessageMethod · 0.80
ConsiderEvictionMethod · 0.80
MaybeSendPingMethod · 0.80
ProcessAddrsMethod · 0.80
SendMessagesMethod · 0.80
SocketSendDataMethod · 0.80
DisconnectNodesMethod · 0.80
InactivityCheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected