1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-11 07:34:16 +00:00
This commit is contained in:
Dimitris Apostolou 2025-02-08 22:58:51 +02:00 committed by R4SAS
parent ea279ef45a
commit 8a7c4040b6

View File

@ -49,7 +49,7 @@ namespace tunnel
void HandleDecryptedTunnelDataMsg (std::shared_ptr<I2NPMessage> msg);
void FlushI2NPMsgs ();
const i2p::data::IdentHash * GetCurrentHash () const; // return null if not avaiable
const i2p::data::IdentHash * GetCurrentHash () const; // return null if not available
const std::unique_ptr<TunnelTransportSender>& GetSender () const { return m_Sender; };
private: