unilink  0.4.3
A simple C++ library for unified async communication
unilink::ReconnectDecision Struct Reference

Represents a decision on whether to retry a connection attempt. More...

#include <reconnect_policy.hpp>

Public Attributes

bool retry {false}
 
std::chrono::milliseconds delay {0}
 

Detailed Description

Represents a decision on whether to retry a connection attempt.

Definition at line 35 of file reconnect_policy.hpp.

Member Data Documentation

◆ delay

std::chrono::milliseconds unilink::ReconnectDecision::delay {0}

Definition at line 37 of file reconnect_policy.hpp.

◆ retry

bool unilink::ReconnectDecision::retry {false}

Definition at line 36 of file reconnect_policy.hpp.


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