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

Function InterruptMapPort

src/net.cpp:1568–1573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1566}
1567
1568void InterruptMapPort()
1569{
1570 if(g_upnp_thread.joinable()) {
1571 g_upnp_interrupt();
1572 }
1573}
1574
1575void StopMapPort()
1576{

Callers 2

InterruptFunction · 0.85
mapPortMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected