#include <PongCache.h>
Public Member Functions | |
CPongItem (CNeighbour *pNeighbour, IN_ADDR *pAddress, WORD nPort, BYTE nHops, DWORD nFiles, DWORD nVolume) | |
virtual | ~CPongItem () |
CG1Packet * | ToPacket (int nTTL=0, GGUID *pGUID=NULL) |
Public Attributes | |
CNeighbour * | m_pNeighbour |
IN_ADDR | m_pAddress |
WORD | m_nPort |
BYTE | m_nHops |
DWORD | m_nFiles |
DWORD | m_nVolume |
|
Definition at line 139 of file PongCache.cpp. References m_nFiles, m_nHops, m_nPort, m_nVolume, m_pAddress, and m_pNeighbour. |
|
Definition at line 149 of file PongCache.cpp. |
|
Definition at line 156 of file PongCache.cpp. References G1_PACKET_PONG, m_nFiles, m_nHops, CG1Packet::m_nHops, m_nPort, m_nVolume, m_pAddress, CG1Packet::New(), CPacket::WriteLongLE(), and CPacket::WriteShortLE(). Referenced by CG1Neighbour::OnPing(). |
|
Definition at line 70 of file PongCache.h. Referenced by CPongCache::Add(), CPongItem(), and ToPacket(). |
|
Definition at line 69 of file PongCache.h. Referenced by CPongCache::Add(), CPongItem(), CPongCache::Lookup(), and ToPacket(). |
|
Definition at line 68 of file PongCache.h. Referenced by CPongCache::Add(), CPongItem(), and ToPacket(). |
|
Definition at line 71 of file PongCache.h. Referenced by CPongCache::Add(), CPongItem(), and ToPacket(). |
|
Definition at line 67 of file PongCache.h. Referenced by CPongCache::Add(), CPongItem(), and ToPacket(). |
|
Definition at line 66 of file PongCache.h. Referenced by CPongItem(), and CPongCache::Lookup(). |