mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
resolve address for NTCP
This commit is contained in:
parent
07c6f2a20b
commit
bf7b53a2a6
4 changed files with 15 additions and 10 deletions
|
@ -94,7 +94,7 @@ namespace transport
|
|||
void PostCloseSession (std::shared_ptr<const i2p::data::RouterInfo> router);
|
||||
bool ConnectToPeer (const i2p::data::IdentHash& ident, Peer& peer);
|
||||
|
||||
void NTCPResolve (const char * addr, const i2p::data::IdentHash& ident);
|
||||
void NTCPResolve (const std::string& addr, const i2p::data::IdentHash& ident);
|
||||
void HandleNTCPResolve (const boost::system::error_code& ecode, boost::asio::ip::tcp::resolver::iterator it,
|
||||
const i2p::data::IdentHash& ident, std::shared_ptr<boost::asio::ip::tcp::resolver> resolver);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue