MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / StopMapPort

Function StopMapPort

src/net.cpp:1575–1581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1573}
1574
1575void StopMapPort()
1576{
1577 if(g_upnp_thread.joinable()) {
1578 g_upnp_thread.join();
1579 g_upnp_interrupt.reset();
1580 }
1581}
1582
1583#else
1584void StartMapPort()

Callers 2

ShutdownFunction · 0.85
mapPortMethod · 0.85

Calls 2

joinMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected