mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
pass actual LeaseSet instead of I2NP message
This commit is contained in:
parent
b8b953a7db
commit
2b5382ce9b
4 changed files with 72 additions and 65 deletions
|
@ -143,7 +143,6 @@ namespace stream
|
|||
~StreamingDestination ();
|
||||
|
||||
const i2p::data::PrivateKeys& GetKeys () const { return m_Keys; };
|
||||
I2NPMessage * GetLeaseSetMsg ();
|
||||
const i2p::data::LeaseSet * GetLeaseSet ();
|
||||
i2p::tunnel::TunnelPool * GetTunnelPool () const { return m_Pool; };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue