this struct contains all necessary data for one instance of the path management module.
-
short primaryPath
- stores the current primary path
-
short numberOfPaths
- the number of paths used by this assoc.
-
unsigned int peerRetranscount
- Counter for all retransmissions over all paths
-
PathData* pathData
- pointer to path-specific data
-
unsigned int associationID
- association-ID
-
int maxPathRetransmissions
- maximum retransmissions per path parameter
-
int rto_initial
- initial RTO, a configurable parameter
-
int rto_min
- minimum RTO, a configurable parameter
Documentation
this struct contains all necessary data for one instance of the path management
module. There is one such module per existing association.
short primaryPath
- stores the current primary path
short numberOfPaths
- the number of paths used by this assoc.
unsigned int peerRetranscount
- Counter for all retransmissions over all paths
PathData* pathData
- pointer to path-specific data
unsigned int associationID
- association-ID
int maxPathRetransmissions
- maximum retransmissions per path parameter
int rto_initial
- initial RTO, a configurable parameter
int rto_min
- minimum RTO, a configurable parameter
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.