#include <P2pnsCache.h>
Public Member Functions | |
P2pnsIdCacheEntry (const OverlayKey &key) | |
Public Attributes | |
OverlayKey | key |
TransportAddress | addr |
P2pnsConnectionStates | state |
simtime_t | lastUsage |
std::deque< BinaryValue > | payloadQueue |
Definition at line 51 of file P2pnsCache.h.
P2pnsIdCacheEntry::P2pnsIdCacheEntry | ( | const OverlayKey & | key | ) | [inline] |
Definition at line 54 of file P2pnsCache.h.
00055 : key(key), state(CONNECTION_PENDING) {};
Definition at line 59 of file P2pnsCache.h.
Referenced by P2pns::handleTimerEvent(), P2pns::handleTunnelLookupResponse(), operator<<(), P2pns::pingTimeout(), P2pns::tunnel(), and P2pns::updateIdCacheWithNewTransport().
Definition at line 55 of file P2pnsCache.h.
Referenced by operator<<().
simtime_t P2pnsIdCacheEntry::lastUsage |
Definition at line 61 of file P2pnsCache.h.
Referenced by P2pns::handleTimerEvent(), operator<<(), and P2pns::tunnel().
std::deque<BinaryValue> P2pnsIdCacheEntry::payloadQueue |
Definition at line 62 of file P2pnsCache.h.
Referenced by P2pns::handleTunnelLookupResponse(), operator<<(), and P2pns::tunnel().
Definition at line 60 of file P2pnsCache.h.
Referenced by P2pns::handleTunnelLookupResponse(), operator<<(), P2pns::tunnel(), and P2pns::updateIdCacheWithNewTransport().