typedef struct PATHMANDATA

this struct contains all necessary data for one instance of the path management module.

[more]short primaryPath
stores the current primary path
[more]short numberOfPaths
the number of paths used by this assoc.
[more]unsigned int peerRetranscount
Counter for all retransmissions over all paths
[more]PathData* pathData
pointer to path-specific data
[more]unsigned int associationID
association-ID
[more]int maxPathRetransmissions
maximum retransmissions per path parameter
[more]int rto_initial
initial RTO, a configurable parameter
[more]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.
oshort primaryPath
stores the current primary path

oshort numberOfPaths
the number of paths used by this assoc.

ounsigned int peerRetranscount
Counter for all retransmissions over all paths

oPathData* pathData
pointer to path-specific data

ounsigned int associationID
association-ID

oint maxPathRetransmissions
maximum retransmissions per path parameter

oint rto_initial
initial RTO, a configurable parameter

oint rto_min
minimum RTO, a configurable parameter

Alphabetic index HTML hierarchy of classes or Java



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