this struct contains the necessary data per (destination or) path.
-
short state
- operational state of pathmanagement for one path
-
boolean heartbeatEnabled
- true if heartbeat is enabled
-
boolean firstRTO
- true as long as RTO-Calc.
-
boolean timerBackoff
- Only once per HB-intervall
-
boolean chunksAcked
- set to true when data chunks are acknowledged
-
boolean chunksSent
- TRUE, if chunks have been sent over that path within last RTO
-
boolean heartbeatSent
- set to true when a heartbeat is sent.
-
boolean heartbeatAcked
- set to true when a hearbeat is acknowledged and to false when a heartbeat is sent when the heartbeat timer expires.
-
unsigned int pathRetranscount
- Counter for retransmissions on a single path
-
unsigned int rto
- Retransmission time out used for all retrans.
-
unsigned int srtt
- smoothed round trip time
-
unsigned int rttvar
- round trip time variation
-
unsigned int heartbeatIntervall
- defines the rate at which heartbeats are sent
-
TimerID hearbeatTimer
- ID of the heartbeat timer
-
unsigned int pathID
- ID of path
Documentation
this struct contains the necessary data per (destination or) path.
There may be more than one within an association
short state
- operational state of pathmanagement for one path
boolean heartbeatEnabled
- true if heartbeat is enabled
boolean firstRTO
- true as long as RTO-Calc. has been done
boolean timerBackoff
- Only once per HB-intervall
boolean chunksAcked
- set to true when data chunks are acknowledged
boolean chunksSent
- TRUE, if chunks have been sent over that path within last RTO
boolean heartbeatSent
- set to true when a heartbeat is sent.
boolean heartbeatAcked
- set to true when a hearbeat is acknowledged and to false when a
heartbeat is sent when the heartbeat timer expires.
unsigned int pathRetranscount
- Counter for retransmissions on a single path
unsigned int rto
- Retransmission time out used for all retrans. timers
unsigned int srtt
- smoothed round trip time
unsigned int rttvar
- round trip time variation
unsigned int heartbeatIntervall
- defines the rate at which heartbeats are sent
TimerID hearbeatTimer
- ID of the heartbeat timer
unsigned int pathID
- ID of path
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.