mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
move exploratory tunnels to separate pool
This commit is contained in:
parent
489266e7fc
commit
70bf83f127
3 changed files with 21 additions and 53 deletions
|
@ -28,7 +28,7 @@ namespace tunnel
|
|||
|
||||
const uint8_t * GetEncryptionPrivateKey () const { return m_LocalDestination.GetEncryptionPrivateKey (); };
|
||||
const uint8_t * GetEncryptionPublicKey () const { return m_LocalDestination.GetEncryptionPublicKey (); };
|
||||
bool IsExploratory () const { return &m_LocalDestination == &i2p::context; };
|
||||
bool IsExploratory () const { return m_LocalDestination.GetIdentHash () == i2p::context.GetIdentHash (); };
|
||||
|
||||
void CreateTunnels ();
|
||||
void TunnelCreated (InboundTunnel * createdTunnel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue