#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 59 of file P2pnsCache.h.
Referenced by P2pns::handleTimerEvent(), P2pns::handleTunnelLookupResponse(), operator<<(), P2pns::pingTimeout(), P2pns::tunnel(), and P2pns::updateIdCacheWithNewTransport().
| 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().
1.5.8