mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-17 03:26:51 +02:00
correct clock for non-encrypted tunnel tests
This commit is contained in:
parent
6898d04a1d
commit
6656ef3c8d
2 changed files with 8 additions and 7 deletions
|
@ -86,7 +86,7 @@ namespace tunnel
|
|||
void ProcessGarlicMessage (std::shared_ptr<I2NPMessage> msg);
|
||||
void ProcessDeliveryStatus (std::shared_ptr<I2NPMessage> msg);
|
||||
void ProcessTunnelTest (std::shared_ptr<I2NPMessage> msg);
|
||||
bool ProcessTunnelTest (uint32_t msgID, uint64_t timestamp);
|
||||
bool ProcessTunnelTest (uint32_t msgID, uint64_t timestamp, bool monotonic = true);
|
||||
|
||||
bool IsExploratory () const;
|
||||
bool IsActive () const { return m_IsActive; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue