This commit is contained in:
Timur A. Fatkhullin
2024-06-11 00:45:50 +03:00
parent 1f9615a6ba
commit 8b2e8fcaaa
5 changed files with 147 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ public:
using timeout_drtn_t = timeout_clock_t::duration;
static constexpr timeout_drtn_t defaultConnectTimeout = std::chrono::seconds(5);
// static constexpr std::chrono::duration defaultConnectTimeout = std::chrono::seconds(5);
static constexpr timeout_drtn_t defaultSendTimeout = std::chrono::seconds(5);
static constexpr timeout_drtn_t defaultRecvTimeout = std::chrono::seconds(5);