SCTPDataVariables Class Reference

#include <SCTPAssociation.h>

List of all members.

Public Member Functions

 SCTPDataVariables ()
 ~SCTPDataVariables ()

Public Attributes

cPacket * userData
bool ordered
uint16 len
uint32 tsn
uint16 sid
uint16 ssn
uint32 ppid
uint32 gapReports
simtime_t enqueuingTime
simtime_t sendTime
simtime_t ackTime
simtime_t expiryTime
bool hasBeenAcked
bool hasBeenRemoved
bool hasBeenAbandoned
bool hasBeenFastRetransmitted
bool countsAsOutstanding
IPvXAddress lastDestination
IPvXAddress initialDestination
IPvXAddress nextDestination
uint32 numberOfTransmissions
uint32 numberOfRetransmissions
uint32 allowedNoRetransmissions
uint32 booksize


Constructor & Destructor Documentation

SCTPDataVariables::SCTPDataVariables (  ) 

00105 {
00106         userData=NULL;
00107         ordered = true;
00108         len = 0;
00109         tsn = 0;
00110         sid = 0;
00111         ssn = 0;
00112         ppid = 0;
00113         gapReports = 0;
00114         enqueuingTime = 0;
00115         sendTime = 0;
00116         ackTime = 0;
00117         expiryTime = 0;
00118         hasBeenAcked = false;
00119         hasBeenRemoved = false;
00120         hasBeenAbandoned = false;
00121         hasBeenFastRetransmitted = false;
00122         countsAsOutstanding = false;
00123         lastDestination = IPvXAddress("0.0.0.0");
00124         nextDestination = IPvXAddress("0.0.0.0");
00125         initialDestination = IPvXAddress("0.0.0.0");
00126         numberOfTransmissions = 0;
00127         numberOfRetransmissions = 0;
00128         booksize = 0;
00129 }

SCTPDataVariables::~SCTPDataVariables (  ) 

00132 {
00133 
00134 }


Member Data Documentation

Referenced by SCTPDataVariables().

Referenced by SCTPDataVariables().

Referenced by SCTPDataVariables().


The documentation for this class was generated from the following files:

Generated on Fri Mar 20 18:51:21 2009 for INET Framework for OMNeT++/OMNEST by  doxygen 1.5.5