#include <Link.h>
Definition at line 583 of file contacts/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 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. |
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().
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().
Number of bundles transmitted over the link.
Definition at line 598 of file contacts/Link.h.
Referenced by dtn::Link::dump_stats().
Total byte count transmitted over the link.
Definition at line 603 of file contacts/Link.h.
Referenced by dtn::Link::dump_stats().
Number of bundles with cancelled transmission.
Definition at line 608 of file contacts/Link.h.
Referenced by dtn::Link::dump_stats().
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 availablity of the link, as measured over time by the convergence layer.
Definition at line 620 of file contacts/Link.h.
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.