|
INET Framework for OMNeT++/OMNEST
|
#include <Sctp.h>
Public Attributes | |
| int32_t | assocId |
| simtime_t | start |
| simtime_t | stop |
| uint64_t | rcvdBytes |
| uint64_t | sentBytes |
| uint64_t | transmittedBytes |
| uint64_t | ackedBytes |
| uint32_t | numFastRtx |
| uint32_t | numDups |
| uint32_t | numT3Rtx |
| uint32_t | numPathFailures |
| uint32_t | numForwardTsn |
| double | throughput |
| simtime_t | lifeTime |
| uint32_t | numOverfullSACKs |
| uint64_t | sumRGapRanges |
| uint64_t | sumNRGapRanges |
| uint32_t | numDropsBecauseNewTsnGreaterThanHighestTsn |
| uint32_t | numDropsBecauseNoRoomInBuffer |
| uint32_t | numChunksReneged |
| uint32_t | numAuthChunksSent |
| uint32_t | numAuthChunksAccepted |
| uint32_t | numAuthChunksRejected |
| uint32_t | numResetRequestsSent |
| uint32_t | numResetRequestsPerformed |
| simtime_t | fairStart |
| simtime_t | fairStop |
| uint64_t | fairAckedBytes |
| double | fairThroughput |
| simtime_t | fairLifeTime |
| uint64_t | numEndToEndMessages |
| SimTime | cumEndToEndDelay |
| uint64_t | startEndToEndDelay |
| uint64_t | stopEndToEndDelay |
| uint64_t inet::sctp::Sctp::AssocStat::ackedBytes |
| int32_t inet::sctp::Sctp::AssocStat::assocId |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| SimTime inet::sctp::Sctp::AssocStat::cumEndToEndDelay |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint64_t inet::sctp::Sctp::AssocStat::fairAckedBytes |
| simtime_t inet::sctp::Sctp::AssocStat::fairLifeTime |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| simtime_t inet::sctp::Sctp::AssocStat::fairStart |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| simtime_t inet::sctp::Sctp::AssocStat::fairStop |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| double inet::sctp::Sctp::AssocStat::fairThroughput |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| simtime_t inet::sctp::Sctp::AssocStat::lifeTime |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint32_t inet::sctp::Sctp::AssocStat::numAuthChunksAccepted |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint32_t inet::sctp::Sctp::AssocStat::numAuthChunksRejected |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint32_t inet::sctp::Sctp::AssocStat::numAuthChunksSent |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint32_t inet::sctp::Sctp::AssocStat::numChunksReneged |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint32_t inet::sctp::Sctp::AssocStat::numDropsBecauseNewTsnGreaterThanHighestTsn |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint32_t inet::sctp::Sctp::AssocStat::numDropsBecauseNoRoomInBuffer |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint32_t inet::sctp::Sctp::AssocStat::numDups |
| uint64_t inet::sctp::Sctp::AssocStat::numEndToEndMessages |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint32_t inet::sctp::Sctp::AssocStat::numFastRtx |
| uint32_t inet::sctp::Sctp::AssocStat::numForwardTsn |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint32_t inet::sctp::Sctp::AssocStat::numOverfullSACKs |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint32_t inet::sctp::Sctp::AssocStat::numPathFailures |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint32_t inet::sctp::Sctp::AssocStat::numResetRequestsPerformed |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint32_t inet::sctp::Sctp::AssocStat::numResetRequestsSent |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint32_t inet::sctp::Sctp::AssocStat::numT3Rtx |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint64_t inet::sctp::Sctp::AssocStat::rcvdBytes |
Referenced by inet::sctp::SctpAssociation::stateEntered().
| uint64_t inet::sctp::Sctp::AssocStat::sentBytes |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| simtime_t inet::sctp::Sctp::AssocStat::start |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint64_t inet::sctp::Sctp::AssocStat::startEndToEndDelay |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| simtime_t inet::sctp::Sctp::AssocStat::stop |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint64_t inet::sctp::Sctp::AssocStat::stopEndToEndDelay |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint64_t inet::sctp::Sctp::AssocStat::sumNRGapRanges |
| uint64_t inet::sctp::Sctp::AssocStat::sumRGapRanges |
| double inet::sctp::Sctp::AssocStat::throughput |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().
| uint64_t inet::sctp::Sctp::AssocStat::transmittedBytes |
Referenced by inet::sctp::Sctp::finish(), and inet::sctp::SctpAssociation::stateEntered().