#include <Link.h>
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). |
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().
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().
Number of bundles transmitted.
Definition at line 491 of file Link.h.
Referenced by dtn::Link::dump_stats().
Total bytes transmitted (not counting convergence layer overhead).
Definition at line 497 of file Link.h.
Referenced by dtn::Link::dump_stats().
Number of bundles currently queued on the link.
Definition at line 502 of file Link.h.
Referenced by dtn::Link::dump_stats().
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().