shared RTT

This commit is contained in:
orignal 2016-02-11 22:18:44 -05:00
parent 517385fb63
commit 333103f50e
3 changed files with 7 additions and 4 deletions

View file

@ -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
};