#include <NeighboursWithED2K.h>
Inheritance diagram for CNeighboursWithED2K:
Public Member Functions | |
CNeighboursWithED2K () | |
virtual | ~CNeighboursWithED2K () |
CEDNeighbour * | GetDonkeyServer () const |
void | CloseDonkeys () |
void | SendDonkeyDownload (CDownload *pDownload) |
BOOL | PushDonkey (DWORD nClientID, IN_ADDR *pServerAddress, WORD nServerPort) |
BOOL | FindDonkeySources (MD4 *pED2K, IN_ADDR *pServerAddress, WORD nServerPort) |
Protected Attributes | |
DWORD | m_tEDSources [256] |
MD4 | m_pEDSources [256] |
|
Definition at line 41 of file NeighboursWithED2K.cpp. References m_pEDSources, and m_tEDSources. |
|
Definition at line 47 of file NeighboursWithED2K.cpp. |
|
Definition at line 76 of file NeighboursWithED2K.cpp. References CNeighbour::Close(), CNeighboursBase::GetIterator(), CNeighboursBase::GetNext(), CNeighbour::m_nProtocol, and PROTOCOL_ED2K. Referenced by CNeighboursWithConnect::ConnectTo(). |
|
Definition at line 136 of file NeighboursWithED2K.cpp. References Datagrams, ED2K_C2SG_GETSOURCES, CNetwork::IsListening(), m_pEDSources, m_tEDSources, Network, CEDPacket::New(), CDatagrams::Send(), and CPacket::Write(). |
|
Definition at line 54 of file NeighboursWithED2K.cpp. References CNeighboursBase::GetIterator(), CNeighboursBase::GetNext(), CEDNeighbour::m_nClientID, CNeighbour::m_nProtocol, CNeighbour::m_nState, nrsConnected, NULL, and PROTOCOL_ED2K. Referenced by CEDClient::SendHello(). |
|
Definition at line 105 of file NeighboursWithED2K.cpp. References ED2K_C2S_CALLBACKREQUEST, CNeighboursBase::Get(), CNetwork::IsListening(), CEDPacket::IsLowID(), CEDNeighbour::m_nClientID, CNeighbour::m_nProtocol, Network, CEDPacket::New(), NULL, PROTOCOL_ED2K, CEDNeighbour::Send(), and CPacket::WriteLongLE(). Referenced by CEDClient::Connect(), and CDownloadSource::PushRequest(). |
|
Definition at line 89 of file NeighboursWithED2K.cpp. References CNeighboursBase::GetIterator(), CNeighboursBase::GetNext(), CNeighbour::m_nProtocol, PROTOCOL_ED2K, and CEDNeighbour::SendSharedDownload(). Referenced by CDownloadWithTiger::SetHashset(). |
|
Definition at line 51 of file NeighboursWithED2K.h. Referenced by CNeighboursWithED2K(), and FindDonkeySources(). |
|
Definition at line 50 of file NeighboursWithED2K.h. Referenced by CNeighboursWithED2K(), and FindDonkeySources(). |