MCPcopy Create free account
hub / github.com/amule-project/amule / SetRemoteQueueRank

Method SetRemoteQueueRank

src/DownloadClient.cpp:1233–1238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231}
1232
1233void CUpDownClient::SetRemoteQueueRank(uint16 nr)
1234{
1235 m_nOldRemoteQueueRank = m_nRemoteQueueRank;
1236 m_nRemoteQueueRank = nr;
1237 UpdateDisplayedInfo();
1238}
1239
1240void CUpDownClient::UDPReaskACK(uint16 nNewQR)
1241{

Callers 3

ProcessPacketMethod · 0.80
ProcessExtPacketMethod · 0.80
ProcessED2Kv2PacketMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected