correct clock for non-encrypted tunnel tests

This commit is contained in:
orignal 2024-02-27 09:02:26 -05:00
parent 6898d04a1d
commit 6656ef3c8d
2 changed files with 8 additions and 7 deletions

View file

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