struct SCTP_Path_Status

this struct contains path specific parameters, so these values can only be retrieved/set, when the association already exists !

[more]unsigned char destinationAddress[SCTP_MAX_IP_LEN]
[more]short state
SCTP_PATH_ACTIVE 0, SCTP_PATH_INACTIVE 1
[more]unsigned int srtt
smoothed round trip time in msecs
[more]unsigned int rto
current rto value in msecs
[more]unsigned int rttvar
round trip time variation, in msecs
[more]unsigned int heartbeatIntervall
defines the rate at which heartbeats are sent
[more]unsigned int cwnd
congestion window size (flowcontrol)
[more]unsigned int cwnd2
congestion window size 2 (flowcontrol)
[more]unsigned int partialBytesAcked
Partial Bytes Acked (flowcontrol)
[more]unsigned int ssthresh
Slow Start Threshold (flowcontrol)
[more]unsigned int outstandingBytesPerAddress
from flow control
[more]unsigned int mtu
Current MTU (flowcontrol)
[more]unsigned char ipTos
per path ?


Documentation

this struct contains path specific parameters, so these values can only be retrieved/set, when the association already exists !
ounsigned char destinationAddress[SCTP_MAX_IP_LEN]

oshort state
SCTP_PATH_ACTIVE 0, SCTP_PATH_INACTIVE 1

ounsigned int srtt
smoothed round trip time in msecs

ounsigned int rto
current rto value in msecs

ounsigned int rttvar
round trip time variation, in msecs

ounsigned int heartbeatIntervall
defines the rate at which heartbeats are sent

ounsigned int cwnd
congestion window size (flowcontrol)

ounsigned int cwnd2
congestion window size 2 (flowcontrol)

ounsigned int partialBytesAcked
Partial Bytes Acked (flowcontrol)

ounsigned int ssthresh
Slow Start Threshold (flowcontrol)

ounsigned int outstandingBytesPerAddress
from flow control

ounsigned int mtu
Current MTU (flowcontrol)

ounsigned char ipTos
per path ? per instance ? for the IP type of service field.

Alphabetic index HTML hierarchy of classes or Java



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