|
join 1.0
lightweight network framework library
|
pending echo request. More...
#include <ping.hpp>

Public Attributes | |
| Condition | cond |
| answer notification. | |
| std::chrono::steady_clock::time_point | sent |
| time the echo request was sent at. | |
| PingAnswer | answer |
| answer received, shared with the statistics. | |
| bool | answered = false |
| set once the request has been answered. | |
pending echo request.
| PingAnswer join::Ping::PendingRequest::answer |
answer received, shared with the statistics.
| bool join::Ping::PendingRequest::answered = false |
set once the request has been answered.
| Condition join::Ping::PendingRequest::cond |
answer notification.
| std::chrono::steady_clock::time_point join::Ping::PendingRequest::sent |
time the echo request was sent at.