Simplify and merge the identHash caching codepath on I2PClientTunnel

This commit is contained in:
Francisco Blas (klondike) Izquierdo Riera 2015-01-03 02:17:01 +01:00
parent c05f411ba0
commit 6489230e68
2 changed files with 25 additions and 21 deletions

View file

@ -88,6 +88,7 @@ namespace client
private:
const i2p::data::IdentHash * GetIdentHash ();
void Accept ();
void HandleAccept (const boost::system::error_code& ecode, boost::asio::ip::tcp::socket * socket);
void HandleLeaseSetRequestComplete (bool success, boost::asio::ip::tcp::socket * socket);