INET Framework for OMNeT++/OMNEST
|
#include <SCTP.h>
Public Attributes | |
int32 | assocId |
simtime_t | start |
simtime_t | stop |
uint64 | rcvdBytes |
uint64 | sentBytes |
uint64 | transmittedBytes |
uint64 | ackedBytes |
uint32 | numFastRtx |
uint32 | numDups |
uint32 | numT3Rtx |
uint32 | numPathFailures |
uint32 | numForwardTsn |
double | throughput |
simtime_t | lifeTime |
uint64 SCTP::AssocStat::ackedBytes |
Referenced by SCTPAssociation::dequeueAckedChunks(), SCTP::finish(), and SCTPAssociation::stateEntered().
int32 SCTP::AssocStat::assocId |
Referenced by SCTP::finish(), and SCTPAssociation::stateEntered().
simtime_t SCTP::AssocStat::lifeTime |
Referenced by SCTP::finish(), and SCTPAssociation::stateEntered().
uint32 SCTP::AssocStat::numDups |
Referenced by SCTP::finish(), and SCTPAssociation::stateEntered().
uint32 SCTP::AssocStat::numFastRtx |
Referenced by SCTP::finish(), SCTPAssociation::handleChunkReportedAsMissing(), and SCTPAssociation::stateEntered().
Referenced by SCTP::finish(), and SCTPAssociation::stateEntered().
Referenced by SCTP::finish(), and SCTPAssociation::stateEntered().
uint32 SCTP::AssocStat::numT3Rtx |
Referenced by SCTP::finish(), and SCTPAssociation::stateEntered().
uint64 SCTP::AssocStat::rcvdBytes |
Referenced by SCTPAssociation::stateEntered().
uint64 SCTP::AssocStat::sentBytes |
Referenced by SCTP::finish(), and SCTPAssociation::stateEntered().
simtime_t SCTP::AssocStat::start |
Referenced by SCTP::finish(), and SCTPAssociation::stateEntered().
simtime_t SCTP::AssocStat::stop |
Referenced by SCTP::finish(), and SCTPAssociation::stateEntered().
double SCTP::AssocStat::throughput |
Referenced by SCTP::finish(), and SCTPAssociation::stateEntered().
Referenced by SCTP::finish(), and SCTPAssociation::stateEntered().