mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
eliminated NTCPServerConnection
This commit is contained in:
parent
de14f8dcd7
commit
6c13ad78a5
4 changed files with 16 additions and 32 deletions
|
@ -75,8 +75,8 @@ namespace transport
|
|||
private:
|
||||
|
||||
void Run ();
|
||||
void HandleAccept (NTCPServerConnection * conn, const boost::system::error_code& error);
|
||||
void HandleAcceptV6 (NTCPServerConnection * conn, const boost::system::error_code& error);
|
||||
void HandleAccept (NTCPSession * conn, const boost::system::error_code& error);
|
||||
void HandleAcceptV6 (NTCPSession * conn, const boost::system::error_code& error);
|
||||
void HandleResendTimer (const boost::system::error_code& ecode, boost::asio::deadline_timer * timer,
|
||||
const i2p::data::IdentHash& ident, i2p::I2NPMessage * msg);
|
||||
void PostMessage (const i2p::data::IdentHash& ident, i2p::I2NPMessage * msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue