mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
address lookup
This commit is contained in:
parent
0096a91a57
commit
215d39fc54
3 changed files with 126 additions and 6 deletions
|
@ -96,6 +96,8 @@ namespace client
|
|||
m_BOBCommandChannel = new BOBCommandChannel (bobAddr, bobPort);
|
||||
m_BOBCommandChannel->Start ();
|
||||
}
|
||||
|
||||
m_AddressBook.StartResolvers ();
|
||||
}
|
||||
|
||||
void ClientContext::Stop ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue