class dstent

Destination Queue Entry

Protected Methods

void addEntry(double e, u_int32_t s, Packet *p)
void delEntry(txent *t)
dstent(nsaddr_t index)
inline double expire()
txent* findEntry(u_int32_t s)
txent* findFirstEntry(void)
locates a packet with sequence "s" in the txentHead list.
nsaddr_t ipaddr()
LIST_ENTRY(dstent)
u_int32_t& seqno()

Private Fields

friend class dstQueue
nsaddr_t ipaddr_
ip address of this destination
u_int32_t seqno_
last sequence number sent up the stack
txent_head txentHead
sorted by sequence number

Documentation

Destination Queue Entry
friend class dstQueue

dstent(nsaddr_t index)

LIST_ENTRY(dstent)

void addEntry(double e, u_int32_t s, Packet *p)

void delEntry(txent *t)

txent* findEntry(u_int32_t s)

txent* findFirstEntry(void)
locates a packet with sequence "s" in the txentHead list.

nsaddr_t ipaddr()

u_int32_t& seqno()

inline double expire()

nsaddr_t ipaddr_
ip address of this destination

txent_head txentHead
sorted by sequence number

u_int32_t seqno_
last sequence number sent up the stack


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

Adapted for the NS documentation page

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de