Home
last modified time | relevance | path

Searched defs:ConnectionPolicy (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_client.hpp109 struct ConnectionPolicy struct
111 uint32_t maxRetryAttempts = 5;
114 boost::optional<uint64_t> requestByteLimit = httpReadBodyLimit;
116 size_t maxConnections = 1;
118 std::string retryPolicyAction = "TerminateAfterRetries";
120 std::chrono::seconds retryIntervalSecs = std::chrono::seconds(0);
122 invalidResp = defaultRetryHandler;