dtn::Link::Stats Struct Reference

#include <Link.h>

List of all members.


Detailed Description

Definition at line 476 of file Link.h.


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.
u_int bytes_transmitted_
 Total bytes transmitted (not counting convergence layer overhead).
u_int bundles_queued_
 Number of bundles currently queued on the link.
u_int bytes_queued_
 Count of bytes currently queued on the link (not counting convergence layer overhead).
u_int bundles_inflight_
 Number of bundles currently in flight.
u_int bytes_inflight_
 Total bytes currently in flight (not counting convergence layer overhead).

Member Data Documentation

u_int dtn::Link::Stats::contact_attempts_

Number of times the link attempted to be opened.

Definition at line 480 of file Link.h.

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

u_int dtn::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 486 of file Link.h.

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

u_int dtn::Link::Stats::bundles_transmitted_

Number of bundles transmitted.

Definition at line 491 of file Link.h.

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

u_int dtn::Link::Stats::bytes_transmitted_

Total bytes transmitted (not counting convergence layer overhead).

Definition at line 497 of file Link.h.

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

u_int dtn::Link::Stats::bundles_queued_

Number of bundles currently queued on the link.

Definition at line 502 of file Link.h.

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

u_int dtn::Link::Stats::bytes_queued_

Count of bytes currently queued on the link (not counting convergence layer overhead).

Definition at line 508 of file Link.h.

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

u_int dtn::Link::Stats::bundles_inflight_

Number of bundles currently in flight.

Definition at line 513 of file Link.h.

u_int dtn::Link::Stats::bytes_inflight_

Total bytes currently in flight (not counting convergence layer overhead).

Definition at line 519 of file Link.h.


The documentation for this struct was generated from the following file:
Generated on Sat Sep 8 08:36:22 2007 for DTN Reference Implementation by  doxygen 1.5.3