From a26ac441ba29d2ba2ceb07eed26d3dc3d0e45e7a Mon Sep 17 00:00:00 2001 From: Adrien Beraud <adrien.beraud@savoirfairelinux.com> Date: Tue, 17 Dec 2024 16:04:02 -0500 Subject: [PATCH] proxy: cleanup --- include/opendht/proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/opendht/proxy.h b/include/opendht/proxy.h index ad66f201..2274acbe 100644 --- a/include/opendht/proxy.h +++ b/include/opendht/proxy.h @@ -24,7 +24,7 @@ namespace proxy { constexpr const std::chrono::hours OP_TIMEOUT {24}; // one day constexpr const std::chrono::hours OP_MARGIN {2}; // two hours -constexpr const char* const HTTP_PROTO {"http://"}; + using ListenToken = uint64_t; } -- GitLab