mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
[style] clean code
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
3c65012a63
commit
86fc12e395
18 changed files with 175 additions and 175 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue