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

Method ThreadSocketHandler

src/net.cpp:2264–2273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2262}
2263
2264void CConnman::ThreadSocketHandler()
2265{
2266 AssertLockNotHeld(m_total_bytes_sent_mutex);
2267
2268 while (!m_interrupt_net->interrupted()) {
2269 DisconnectNodes();
2270 NotifyNumConnectionsChanged();
2271 SocketHandler();
2272 }
2273}
2274
2275void CConnman::WakeMessageHandler()
2276{

Callers

nothing calls this directly

Calls 1

interruptedMethod · 0.45

Tested by

no test coverage detected