|
unilink
0.4.3
A simple C++ library for unified async communication
|
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} |
Represents a decision on whether to retry a connection attempt.
Definition at line 35 of file reconnect_policy.hpp.
| std::chrono::milliseconds unilink::ReconnectDecision::delay {0} |
Definition at line 37 of file reconnect_policy.hpp.
| bool unilink::ReconnectDecision::retry {false} |
Definition at line 36 of file reconnect_policy.hpp.