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

Function StartMapPort

src/net.cpp:1560–1566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1558}
1559
1560void StartMapPort()
1561{
1562 if (!g_upnp_thread.joinable()) {
1563 assert(!g_upnp_interrupt);
1564 g_upnp_thread = std::thread((std::bind(&TraceThread<void (*)()>, "upnp", &ThreadMapPort)));
1565 }
1566}
1567
1568void InterruptMapPort()
1569{

Callers 2

AppInitMainFunction · 0.85
mapPortMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected