typedef struct SCTP_CONTROLDATA

SCTP-control structure.

[more]guint32 association_state
the state of this state machine
[more]TimerID initTimer
stores timer-ID of init/cookie-timer, used to stop this timer
[more]unsigned int initTimerDuration
[more]unsigned int associationID
stores the association id (==tag) of this association
[more]short initRetransCounter
Counter for init and cookie retransmissions
[more]SCTP_init* initChunk
pointer to the init chunk data structure (for retransmissions)
[more]SCTP_cookie_echo* cookieChunk
pointer to the cookie chunk data structure (for retransmissions)
[more]guint32 local_tie_tag
my tie tag for cross initialization and other sick cases
[more]guint32 peer_tie_tag
peer's tie tag for cross initialization and other sick cases
[more]unsigned short NumberOfOutStreams
we store these here, too.
[more]unsigned short NumberOfInStreams
we store these here, too.
[more]int assocMaxRetransmissions
value for maximum retransmissions per association
[more]int assocMaxInitRetransmissions
value for maximum initial retransmissions per association
[more]int cookieLifeTime
value for the current cookie lifetime
[more]void* instance
the sctp instance


Documentation

SCTP-control structure. Stores also the current state of the state-machine.
oguint32 association_state
the state of this state machine

oTimerID initTimer
stores timer-ID of init/cookie-timer, used to stop this timer

ounsigned int initTimerDuration

ounsigned int associationID
stores the association id (==tag) of this association

oshort initRetransCounter
Counter for init and cookie retransmissions

oSCTP_init* initChunk
pointer to the init chunk data structure (for retransmissions)

oSCTP_cookie_echo* cookieChunk
pointer to the cookie chunk data structure (for retransmissions)

oguint32 local_tie_tag
my tie tag for cross initialization and other sick cases

oguint32 peer_tie_tag
peer's tie tag for cross initialization and other sick cases

ounsigned short NumberOfOutStreams
we store these here, too. Maybe better be stored with StreamEngine ?

ounsigned short NumberOfInStreams
we store these here, too. Maybe better be stored with StreamEngine ?

oint assocMaxRetransmissions
value for maximum retransmissions per association

oint assocMaxInitRetransmissions
value for maximum initial retransmissions per association

oint cookieLifeTime
value for the current cookie lifetime

ovoid* instance
the sctp instance

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.