mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
shared RTT
This commit is contained in:
parent
517385fb63
commit
333103f50e
3 changed files with 7 additions and 4 deletions
1
Garlic.h
1
Garlic.h
|
@ -62,6 +62,7 @@ namespace garlic
|
|||
{
|
||||
std::shared_ptr<i2p::tunnel::OutboundTunnel> outboundTunnel;
|
||||
std::shared_ptr<const i2p::data::Lease> remoteLease;
|
||||
int rtt; // RTT
|
||||
uint32_t updateTime; // seconds since epoch
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue