Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ StopUDPRequests
Method
StopUDPRequests
src/DownloadQueue.cpp:972–977 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
970
971
972
void CDownloadQueue::StopUDPRequests()
973
{
974
wxMutexLocker lock( m_mutex );
975
976
DoStopUDPRequests();
977
}
978
979
980
void CDownloadQueue::DoStopUDPRequests()
Callers
1
OnRemoveServers
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected