Searched refs:OP_REQUESTSOURCES (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/include/protocol/ed2k/Client2Client/
H A DTCP.h71 OP_REQUESTSOURCES = 0x81, // <HASH 16> enumerator in enum:ED2KExtendedClientTCP
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDownloadClient.cpp258 dataFileReq.WriteUInt8(OP_REQUESTSOURCES);
317 packet = new CPacket(packetdata, OP_EMULEPROT, SupportsSourceExchange2() ? OP_REQUESTSOURCES2 : OP_REQUESTSOURCES);
320 AddDebugLogLineN( logLocalClient, wxT("Local Client: OP_REQUESTSOURCES to ") + GetFullIP() );
H A DClientTCPSocket.cpp1148 case OP_REQUESTSOURCES: {
1149 AddDebugLogLineN( logRemoteClient, wxT("Remote Client: OP_MULTIPACKET has OP_REQUESTSOURCES(2)") );
1435 case OP_REQUESTSOURCES:{
1436 AddDebugLogLineN( logRemoteClient, wxT("Remote Client: OP_REQUESTSOURCES from ") + m_client->GetFullIP() );
1443 throw wxString(wxT("Client send OP_REQUESTSOURCES before finishing handshake"));
1466 // the sequence OP_REQUESTFILENAME, OP_SETREQFILEID, OP_REQUESTSOURCES. If those clients

Completed in 89 milliseconds