Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

alive Struct Reference


Detailed Description

Structure used to keep track of the alive pings we sent, and stats.


Data Fields

gnutella_nodenode
GSList * pings
 Pings we sent (struct alive_ping).
gint count
 Amount of pings in list.
gint maxcount
 Maximum amount of pings we remember.
guint32 min_rt
 Minimum roundtrip time (ms).
guint32 max_rt
 Maximim roundtrip time (ms).
guint32 avg_rt
 Average (EMA) roundtrip time (ms).
guint32 last_rt
 Last roundtrip time (ms).


Field Documentation

guint32 alive::avg_rt
 

Average (EMA) roundtrip time (ms).

gint alive::count
 

Amount of pings in list.

guint32 alive::last_rt
 

Last roundtrip time (ms).

guint32 alive::max_rt
 

Maximim roundtrip time (ms).

gint alive::maxcount
 

Maximum amount of pings we remember.

guint32 alive::min_rt
 

Minimum roundtrip time (ms).

struct gnutella_node* alive::node
 

GSList* alive::pings
 

Pings we sent (struct alive_ping).


The documentation for this struct was generated from the following file:
Generated on Sat Jun 30 17:53:32 2007 for gtk-gnutella by  doxygen 1.3.9.1