join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::Ping::PendingRequest Struct Reference

pending echo request. More...

#include <ping.hpp>

Collaboration diagram for join::Ping::PendingRequest:

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.
 

Detailed Description

pending echo request.

Member Data Documentation

◆ answer

PingAnswer join::Ping::PendingRequest::answer

answer received, shared with the statistics.

◆ answered

bool join::Ping::PendingRequest::answered = false

set once the request has been answered.

◆ cond

Condition join::Ping::PendingRequest::cond

answer notification.

◆ sent

std::chrono::steady_clock::time_point join::Ping::PendingRequest::sent

time the echo request was sent at.


The documentation for this struct was generated from the following file: