mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
recalculate RTT for one way communications
This commit is contained in:
parent
a65dd218da
commit
261acbbd66
2 changed files with 17 additions and 4 deletions
|
@ -265,6 +265,7 @@ namespace stream
|
|||
bool m_IsSendTime;
|
||||
bool m_IsWinDropped;
|
||||
bool m_IsTimeOutResend;
|
||||
bool m_IsImmediateAckRequested;
|
||||
StreamingDestination& m_LocalDestination;
|
||||
std::shared_ptr<const i2p::data::IdentityEx> m_RemoteIdentity;
|
||||
std::shared_ptr<const i2p::crypto::Verifier> m_TransientVerifier; // in case of offline key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue