join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::BasicDatagramPeer< Protocol >::PendingRequest Struct Reference

pending synchronous request. More...

#include <nameserver.hpp>

Collaboration diagram for join::BasicDatagramPeer< Protocol >::PendingRequest:

Public Attributes

Condition cond
 
DnsPacket packet
 
std::error_code ec
 

Detailed Description

template<typename Protocol>
struct join::BasicDatagramPeer< Protocol >::PendingRequest

pending synchronous request.

Member Data Documentation

◆ cond

template<typename Protocol >
Condition join::BasicDatagramPeer< Protocol >::PendingRequest::cond

condition variable to signal response reception.

◆ ec

template<typename Protocol >
std::error_code join::BasicDatagramPeer< Protocol >::PendingRequest::ec

error code from the response.

◆ packet

template<typename Protocol >
DnsPacket join::BasicDatagramPeer< Protocol >::PendingRequest::packet

received response packet.


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