[style] clean code

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS
2023-02-11 09:41:51 +03:00
parent 3c65012a63
commit 86fc12e395
18 changed files with 175 additions and 175 deletions

View File

@@ -94,7 +94,7 @@ namespace transport
router = r;
if (router)
isHighBandwidth = router->IsHighBandwidth ();
}
}
};
const uint64_t SESSION_CREATION_TIMEOUT = 15; // in seconds
@@ -176,7 +176,7 @@ namespace transport
template<typename Filter>
std::shared_ptr<const i2p::data::RouterInfo> GetRandomPeer (Filter filter) const;
private:
volatile bool m_IsOnline;