implement i2cp session reconfigure

This commit is contained in:
Jeff Becker 2018-01-02 11:34:58 -05:00
parent 7b00d828b2
commit 938d5d901a
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05
5 changed files with 114 additions and 2 deletions

View file

@ -96,6 +96,10 @@ namespace client
virtual bool Start ();
virtual bool Stop ();
/** i2cp reconfigure */
virtual bool Reconfigure(std::map<std::string, std::string> i2cpOpts);
bool IsRunning () const { return m_IsRunning; };
boost::asio::io_service& GetService () { return m_Service; };
std::shared_ptr<i2p::tunnel::TunnelPool> GetTunnelPool () { return m_Pool; };