this struct contains path specific parameters, so these values can only be retrieved/set, when the association already exists !
-
unsigned char destinationAddress[SCTP_MAX_IP_LEN]
-
short state
- SCTP_PATH_ACTIVE 0, SCTP_PATH_INACTIVE 1
-
unsigned int srtt
- smoothed round trip time in msecs
-
unsigned int rto
- current rto value in msecs
-
unsigned int rttvar
- round trip time variation, in msecs
-
unsigned int heartbeatIntervall
- defines the rate at which heartbeats are sent
-
unsigned int cwnd
- congestion window size (flowcontrol)
-
unsigned int cwnd2
- congestion window size 2 (flowcontrol)
-
unsigned int partialBytesAcked
- Partial Bytes Acked (flowcontrol)
-
unsigned int ssthresh
- Slow Start Threshold (flowcontrol)
-
unsigned int outstandingBytesPerAddress
- from flow control
-
unsigned int mtu
- Current MTU (flowcontrol)
-
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 !
unsigned char destinationAddress[SCTP_MAX_IP_LEN]
short state
- SCTP_PATH_ACTIVE 0, SCTP_PATH_INACTIVE 1
unsigned int srtt
- smoothed round trip time in msecs
unsigned int rto
- current rto value in msecs
unsigned int rttvar
- round trip time variation, in msecs
unsigned int heartbeatIntervall
- defines the rate at which heartbeats are sent
unsigned int cwnd
- congestion window size (flowcontrol)
unsigned int cwnd2
- congestion window size 2 (flowcontrol)
unsigned int partialBytesAcked
- Partial Bytes Acked (flowcontrol)
unsigned int ssthresh
- Slow Start Threshold (flowcontrol)
unsigned int outstandingBytesPerAddress
- from flow control
unsigned int mtu
- Current MTU (flowcontrol)
unsigned 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++.