|
unilink
0.4.3
A simple C++ library for unified async communication
|
Represents the decision on whether to retry a connection attempt. More...
#include <reconnect_decider.hpp>
Public Attributes | |
| bool | should_retry {false} |
| std::optional< std::chrono::milliseconds > | delay {std::nullopt} |
Represents the decision on whether to retry a connection attempt.
Definition at line 38 of file reconnect_decider.hpp.
| std::optional<std::chrono::milliseconds> unilink::transport::detail::ReconnectLogicDecision::delay {std::nullopt} |
Definition at line 40 of file reconnect_decider.hpp.
| bool unilink::transport::detail::ReconnectLogicDecision::should_retry {false} |
Definition at line 39 of file reconnect_decider.hpp.