typedef struct PATHDATA

this struct contains the necessary data per (destination or) path.

[more]short state
operational state of pathmanagement for one path
[more]boolean heartbeatEnabled
true if heartbeat is enabled
[more]boolean firstRTO
true as long as RTO-Calc.
[more]boolean timerBackoff
Only once per HB-intervall
[more]boolean chunksAcked
set to true when data chunks are acknowledged
[more]boolean chunksSent
TRUE, if chunks have been sent over that path within last RTO
[more]boolean heartbeatSent
set to true when a heartbeat is sent.
[more]boolean heartbeatAcked
set to true when a hearbeat is acknowledged and to false when a heartbeat is sent when the heartbeat timer expires.
[more]unsigned int pathRetranscount
Counter for retransmissions on a single path
[more]unsigned int rto
Retransmission time out used for all retrans.
[more]unsigned int srtt
smoothed round trip time
[more]unsigned int rttvar
round trip time variation
[more]unsigned int heartbeatIntervall
defines the rate at which heartbeats are sent
[more]TimerID hearbeatTimer
ID of the heartbeat timer
[more]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
oshort state
operational state of pathmanagement for one path

oboolean heartbeatEnabled
true if heartbeat is enabled

oboolean firstRTO
true as long as RTO-Calc. has been done

oboolean timerBackoff
Only once per HB-intervall

oboolean chunksAcked
set to true when data chunks are acknowledged

oboolean chunksSent
TRUE, if chunks have been sent over that path within last RTO

oboolean heartbeatSent
set to true when a heartbeat is sent.

oboolean heartbeatAcked
set to true when a hearbeat is acknowledged and to false when a heartbeat is sent when the heartbeat timer expires.

ounsigned int pathRetranscount
Counter for retransmissions on a single path

ounsigned int rto
Retransmission time out used for all retrans. timers

ounsigned int srtt
smoothed round trip time

ounsigned int rttvar
round trip time variation

ounsigned int heartbeatIntervall
defines the rate at which heartbeats are sent

oTimerID hearbeatTimer
ID of the heartbeat timer

ounsigned int pathID
ID of path

Alphabetic index HTML hierarchy of classes or Java



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