publish local LeaseSet

This commit is contained in:
orignal 2014-08-20 11:12:53 -04:00
parent 180fbcdac6
commit 7e0a2ae5ab
6 changed files with 53 additions and 11 deletions

View file

@ -175,7 +175,8 @@ namespace stream
i2p::tunnel::TunnelPool * m_Pool;
i2p::data::LeaseSet * m_LeaseSet;
bool m_IsPublic;
CryptoPP::DSA::PrivateKey m_SigningPrivateKey;
std::function<void (Stream *)> m_Acceptor;
};