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

Method ProcessUDPSearchAnswer

src/SearchList.cpp:552–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550
551
552void CSearchList::ProcessUDPSearchAnswer(const CMemFile& packet, bool optUTF8, uint32_t serverIP, uint16_t serverPort)
553{
554 AddToList(new CSearchFile(packet, optUTF8, m_currentSearch, serverIP, serverPort), false);
555}
556
557
558bool CSearchList::AddToList(CSearchFile* toadd, bool clientResponse)

Callers 1

ProcessPacketMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected