Searched refs:OP_COMPRESSEDPART (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.h64 OP_COMPRESSEDPART = 0x40, // enumerator in enum:ED2KExtendedClientTCP
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUploadClient.cpp375 CPacket* packet = new CPacket(data, OP_EMULEPROT, (isLargeBlock ? OP_COMPRESSEDPART_I64 : OP_COMPRESSEDPART));
391 % (isLargeBlock ? wxT("OP_COMPRESSEDPART_I64") : wxT("OP_COMPRESSEDPART")) % GetFullIP() );
H A DClientTCPSocket.cpp1345 throw wxString(wxT("Client send OP_COMPRESSEDPART before finishing handshake"));
1355 case OP_COMPRESSEDPART: { // 0.47a
1356 if (opcode == OP_COMPRESSEDPART) AddDebugLogLineN( logRemoteClient, wxT("Remote Client: OP_COMPRESSEDPART from ") + m_client->GetFullIP() );
1361 throw wxString(wxT("Client send OP_COMPRESSEDPART before finishing handshake"));

Completed in 28 milliseconds