mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Move Stream creation to its own handler for cleanliness, it will hand over to a tunnel connection when done
This commit is contained in:
parent
7d9c0b76fc
commit
df3e8ce937
@@ -70,7 +70,6 @@ namespace client
|
||||
const i2p::data::IdentHash * GetIdentHash ();
|
||||
void Accept ();
|
||||
void HandleAccept (const boost::system::error_code& ecode, boost::asio::ip::tcp::socket * socket);
|
||||
void HandleStreamRequestComplete (std::shared_ptr<i2p::stream::Stream> stream, boost::asio::ip::tcp::socket * socket);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user