|
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 103 of file ConnectAttempt.h.
|
staticconstexpr |
Definition at line 106 of file ConnectAttempt.h.
|
staticconstexpr |
Definition at line 108 of file ConnectAttempt.h.
|
staticconstexpr |
Definition at line 110 of file ConnectAttempt.h.
|
staticconstexpr |
Definition at line 112 of file ConnectAttempt.h.
|
staticconstexpr |
Definition at line 114 of file ConnectAttempt.h.