mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Simplify and merge the identHash caching codepath on I2PClientTunnel
This commit is contained in:
parent
c05f411ba0
commit
6489230e68
2 changed files with 25 additions and 21 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue