|
rippled
|
Defines timeout values for each connection step. More...

Static Public Attributes | |
| static constexpr std::chrono::seconds | tcpConnect {8} |
| static constexpr std::chrono::seconds | tlsHandshake {8} |
| static constexpr std::chrono::seconds | httpWrite {3} |
| static constexpr std::chrono::seconds | httpRead {3} |
| static constexpr std::chrono::seconds | tlsShutdown {2} |
Defines timeout values for each connection step.
These timeouts are designed to detect slow individual phases while allowing the global timeout to enforce the overall time limit.
Definition at line 80 of file ConnectAttempt.h.
|
staticconstexpr |
Definition at line 83 of file ConnectAttempt.h.
|
staticconstexpr |
Definition at line 85 of file ConnectAttempt.h.
|
staticconstexpr |
Definition at line 87 of file ConnectAttempt.h.
|
staticconstexpr |
Definition at line 89 of file ConnectAttempt.h.
|
staticconstexpr |
Definition at line 91 of file ConnectAttempt.h.