dtn::Link::Link::Stats Struct Reference

#include <Link.h>

List of all members.

Public Attributes

u_int contact_attempts_
 Number of times the link attempted to be opened.
u_int contacts_
 Number of contacts ever successfully opened on the link (equivalent to the number of times the link was open).
u_int bundles_transmitted_
 Number of bundles transmitted over the link.
u_int bytes_transmitted_
 Total byte count transmitted over the link.
u_int bundles_cancelled_
 Number of bundles with cancelled transmission.
u_int uptime_
 The total uptime of the link, not counting the current contact.
u_int availability_
 The availablity of the link, as measured over time by the convergence layer.
u_int reliability_
 The reliability of the link, as measured over time by the convergence layer.


Detailed Description

Definition at line 583 of file contacts/Link.h.


Member Data Documentation

u_int dtn::Link::Link::Stats::availability_

The availablity of the link, as measured over time by the convergence layer.

Definition at line 620 of file contacts/Link.h.

u_int dtn::Link::Link::Stats::bundles_cancelled_

Number of bundles with cancelled transmission.

Definition at line 608 of file contacts/Link.h.

Referenced by dtn::Link::dump_stats().

u_int dtn::Link::Link::Stats::bundles_transmitted_

Number of bundles transmitted over the link.

Definition at line 598 of file contacts/Link.h.

Referenced by dtn::Link::dump_stats().

u_int dtn::Link::Link::Stats::bytes_transmitted_

Total byte count transmitted over the link.

Definition at line 603 of file contacts/Link.h.

Referenced by dtn::Link::dump_stats().

u_int dtn::Link::Link::Stats::contact_attempts_

Number of times the link attempted to be opened.

Definition at line 587 of file contacts/Link.h.

Referenced by dtn::Link::dump_stats(), and dtn::Link::open().

u_int dtn::Link::Link::Stats::contacts_

Number of contacts ever successfully opened on the link (equivalent to the number of times the link was open).

Definition at line 593 of file contacts/Link.h.

Referenced by dtn::Link::dump_stats().

u_int dtn::Link::Link::Stats::reliability_

The reliability of the link, as measured over time by the convergence layer.

This is different from the is_reliable setting, which indicates whether the convergence layer should expect acks from the peer.

Definition at line 628 of file contacts/Link.h.

u_int dtn::Link::Link::Stats::uptime_

The total uptime of the link, not counting the current contact.

Definition at line 614 of file contacts/Link.h.

Referenced by dtn::Link::dump_stats().


The documentation for this struct was generated from the following file:

Generated on Fri Jan 30 09:43:14 2009 for DTN Reference Implementation by  doxygen 1.5.8