SCTP-control structure.
-
guint32 association_state
- the state of this state machine
-
TimerID initTimer
- stores timer-ID of init/cookie-timer, used to stop this timer
-
unsigned int initTimerDuration
-
unsigned int associationID
- stores the association id (==tag) of this association
-
short initRetransCounter
- Counter for init and cookie retransmissions
-
SCTP_init* initChunk
- pointer to the init chunk data structure (for retransmissions)
-
SCTP_cookie_echo* cookieChunk
- pointer to the cookie chunk data structure (for retransmissions)
-
guint32 local_tie_tag
- my tie tag for cross initialization and other sick cases
-
guint32 peer_tie_tag
- peer's tie tag for cross initialization and other sick cases
-
unsigned short NumberOfOutStreams
- we store these here, too.
-
unsigned short NumberOfInStreams
- we store these here, too.
-
int assocMaxRetransmissions
- value for maximum retransmissions per association
-
int assocMaxInitRetransmissions
- value for maximum initial retransmissions per association
-
int cookieLifeTime
- value for the current cookie lifetime
-
void* instance
- the sctp instance
Documentation
SCTP-control structure. Stores also the current state of the state-machine.
guint32 association_state
- the state of this state machine
TimerID initTimer
- stores timer-ID of init/cookie-timer, used to stop this timer
unsigned int initTimerDuration
unsigned int associationID
- stores the association id (==tag) of this association
short initRetransCounter
- Counter for init and cookie retransmissions
SCTP_init* initChunk
- pointer to the init chunk data structure (for retransmissions)
SCTP_cookie_echo* cookieChunk
- pointer to the cookie chunk data structure (for retransmissions)
guint32 local_tie_tag
- my tie tag for cross initialization and other sick cases
guint32 peer_tie_tag
- peer's tie tag for cross initialization and other sick cases
unsigned short NumberOfOutStreams
- we store these here, too. Maybe better be stored with StreamEngine ?
unsigned short NumberOfInStreams
- we store these here, too. Maybe better be stored with StreamEngine ?
int assocMaxRetransmissions
- value for maximum retransmissions per association
int assocMaxInitRetransmissions
- value for maximum initial retransmissions per association
int cookieLifeTime
- value for the current cookie lifetime
void* instance
- the sctp instance
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.