Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1575
void StopMapPort()
1576
{
1577
if(g_upnp_thread.joinable()) {
1578
g_upnp_thread.join();
1579
g_upnp_interrupt.reset();
1580
}
1581
}
1582
1583
#else
1584
void StartMapPort()
Callers
2
Shutdown
Function · 0.85
mapPort
Method · 0.85
Calls
2
join
Method · 0.80
reset
Method · 0.45
Tested by
no test coverage detected