|
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 81 of file ConnectAttempt.h.
|
staticconstexpr |
Definition at line 84 of file ConnectAttempt.h.
|
staticconstexpr |
Definition at line 86 of file ConnectAttempt.h.
|
staticconstexpr |
Definition at line 88 of file ConnectAttempt.h.
|
staticconstexpr |
Definition at line 90 of file ConnectAttempt.h.
|
staticconstexpr |
Definition at line 92 of file ConnectAttempt.h.