This struct contains the data to be returned to the ULP with the sctp_getAssocStatus() function primitive.
-
unsigned short state
- (get)
-
unsigned short numberOfAddresses
- (get)
-
unsigned char primaryDestinationAddress[SCTP_MAX_IP_LEN]
- (get)
-
unsigned short outStreams
- (get)
-
unsigned short inStreams
- (get)
-
unsigned short primaryAddressIndex
- (get/set)
-
unsigned int currentReceiverWindowSize
- (get)
-
unsigned int outstandingBytes
- (get)
-
unsigned int noOfChunksInSendQueue
- (get)
-
unsigned int noOfChunksInRetransmissionQueue
- (get)
-
unsigned int noOfChunksInReceptionQueue
- (get)
-
unsigned int rtoInitial
- (get/set) the initial round trip timeout
-
unsigned int rtoMin
- (get/set) the minimum RTO timeout
-
unsigned int validCookieLife
- (get/set) the lifetime of a cookie
-
unsigned int assocMaxRetransmits
- (get/set) maximum retransmissions per association
-
unsigned int pathMaxRetransmits
- (get/set) maximum retransmissions per path
-
unsigned int maxInitRetransmits
- (get/set) maximum initial retransmissions
-
unsigned int myRwnd
- (get/set) from recvcontrol : my receiver window
-
unsigned int delay
- (get/set) recvcontrol: delay for delayed ACK in msecs
-
unsigned char ipTos
- (get/set) per instance: for the IP type of service field.
-
unsigned int maxSendQueue
- currently unused, will limit the number of chunks queued in the send queue later
-
unsigned int maxRecvQueue
- currently unused, may limit the number of chunks queued in the receive queue later.
Documentation
This struct contains the data to be returned to the ULP with the
sctp_getAssocStatus() function primitive. It is marked whether data
may only be retrieved using the sctp_getAssocStatus() function, or
also set using the sctp_setAssocStatus() function.
unsigned short state
- (get)
unsigned short numberOfAddresses
- (get)
unsigned char primaryDestinationAddress[SCTP_MAX_IP_LEN]
- (get)
unsigned short outStreams
- (get)
unsigned short inStreams
- (get)
unsigned short primaryAddressIndex
- (get/set)
unsigned int currentReceiverWindowSize
- (get)
unsigned int outstandingBytes
- (get)
unsigned int noOfChunksInSendQueue
- (get)
unsigned int noOfChunksInRetransmissionQueue
- (get)
unsigned int noOfChunksInReceptionQueue
- (get)
unsigned int rtoInitial
- (get/set) the initial round trip timeout
unsigned int rtoMin
- (get/set) the minimum RTO timeout
unsigned int validCookieLife
- (get/set) the lifetime of a cookie
unsigned int assocMaxRetransmits
- (get/set) maximum retransmissions per association
unsigned int pathMaxRetransmits
- (get/set) maximum retransmissions per path
unsigned int maxInitRetransmits
- (get/set) maximum initial retransmissions
unsigned int myRwnd
- (get/set) from recvcontrol : my receiver window
unsigned int delay
- (get/set) recvcontrol: delay for delayed ACK in msecs
unsigned char ipTos
- (get/set) per instance: for the IP type of service field.
unsigned int maxSendQueue
- currently unused, will limit the number of chunks queued in the send queue later
unsigned int maxRecvQueue
- currently unused, may limit the number of chunks queued in the receive queue later.
Is this really needed ? The protocol limits the receive queue with
window advertisement of arwnd==0
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.