#include <SctpSendStream.h>
◆ SctpSendStream()
| inet::sctp::SctpSendStream::SctpSendStream |
( |
SctpAssociation * |
assoc, |
|
|
const uint16_t |
id |
|
) |
| |
26 snprintf(queueName,
sizeof(queueName),
"OrderedSendQueue ID %d",
id);
27 streamQ =
new cPacketQueue(queueName);
28 snprintf(queueName,
sizeof(queueName),
"UnorderedSendQueue ID %d",
id);
29 uStreamQ =
new cPacketQueue(queueName);
◆ ~SctpSendStream()
| inet::sctp::SctpSendStream::~SctpSendStream |
( |
| ) |
|
◆ deleteQueue()
| void inet::sctp::SctpSendStream::deleteQueue |
( |
| ) |
|
40 SctpSimpleMessage *smsg;
43 datMsg = check_and_cast<SctpDataMsg *>(
streamQ->pop());
44 smsg = check_and_cast<SctpSimpleMessage *>(datMsg->decapsulate());
50 datMsg = check_and_cast<SctpDataMsg *>(
uStreamQ->pop());
51 smsg = check_and_cast<SctpSimpleMessage *>(datMsg->decapsulate());
Referenced by ~SctpSendStream().
◆ getBytesInFlight()
| uint32_t inet::sctp::SctpSendStream::getBytesInFlight |
( |
| ) |
const |
|
inline |
◆ getFragInProgress()
| bool inet::sctp::SctpSendStream::getFragInProgress |
( |
| ) |
const |
|
inline |
◆ getNextStreamSeqNum()
| uint32_t inet::sctp::SctpSendStream::getNextStreamSeqNum |
( |
| ) |
|
◆ getStreamId()
| uint16_t inet::sctp::SctpSendStream::getStreamId |
( |
| ) |
const |
|
inline |
◆ getStreamQ()
| cPacketQueue* inet::sctp::SctpSendStream::getStreamQ |
( |
| ) |
const |
|
inline |
◆ getUnorderedStreamQ()
| cPacketQueue* inet::sctp::SctpSendStream::getUnorderedStreamQ |
( |
| ) |
const |
|
inline |
◆ setBytesInFlight()
| void inet::sctp::SctpSendStream::setBytesInFlight |
( |
const uint32_t |
bytes | ) |
|
|
inline |
◆ setFragInProgress()
| void inet::sctp::SctpSendStream::setFragInProgress |
( |
const bool |
frag | ) |
|
|
inline |
◆ setNextStreamSeqNum()
| void inet::sctp::SctpSendStream::setNextStreamSeqNum |
( |
const uint16_t |
num | ) |
|
◆ setStreamId()
| void inet::sctp::SctpSendStream::setStreamId |
( |
const uint16_t |
id | ) |
|
|
inline |
◆ assoc
◆ bytesInFlight
| uint32_t inet::sctp::SctpSendStream::bytesInFlight |
|
protected |
◆ fragInProgress
| bool inet::sctp::SctpSendStream::fragInProgress |
|
protected |
◆ nextStreamSeqNum
| uint16_t inet::sctp::SctpSendStream::nextStreamSeqNum |
|
protected |
◆ resetRequested
| bool inet::sctp::SctpSendStream::resetRequested |
|
protected |
◆ streamId
| uint16_t inet::sctp::SctpSendStream::streamId |
|
protected |
◆ streamQ
| cPacketQueue* inet::sctp::SctpSendStream::streamQ |
|
protected |
◆ uStreamQ
| cPacketQueue* inet::sctp::SctpSendStream::uStreamQ |
|
protected |
The documentation for this class was generated from the following files: