OverSim
|
#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.
|
inline |
Definition at line 54 of file P2pnsCache.h.
TransportAddress P2pnsIdCacheEntry::addr |
Definition at line 59 of file P2pnsCache.h.
Referenced by P2pns::handleTimerEvent(), P2pns::handleTunnelLookupResponse(), operator<<(), P2pns::pingTimeout(), P2pns::tunnel(), and P2pns::updateIdCacheWithNewTransport().
OverlayKey P2pnsIdCacheEntry::key |
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 P2pnsCache::addIdCacheEntry(), P2pns::handleTunnelLookupResponse(), operator<<(), and P2pns::tunnel().
P2pnsConnectionStates P2pnsIdCacheEntry::state |
Definition at line 60 of file P2pnsCache.h.
Referenced by P2pns::handleTunnelLookupResponse(), operator<<(), P2pns::tunnel(), and P2pns::updateIdCacheWithNewTransport().