#include <Link.h>
Definition at line 480 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_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 484 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 490 of file Link.h.
Referenced by dtn::Link::dump_stats().
Number of bundles transmitted.
Definition at line 495 of file Link.h.
Referenced by dtn::Link::dump_stats().
Total bytes transmitted (not counting convergence layer overhead).
Definition at line 501 of file Link.h.
Referenced by dtn::Link::dump_stats().
Number of bundles currently in flight.
Definition at line 506 of file Link.h.
Referenced by dtn::Link::dump_stats().
Total bytes currently in flight (not counting convergence layer overhead).
Definition at line 512 of file Link.h.
Referenced by dtn::Link::dump_stats().