send base64 adress from outbound non-quiet BOB connections

This commit is contained in:
orignal 2014-12-05 14:46:59 -05:00
parent 392075bf60
commit 047a371050
3 changed files with 18 additions and 8 deletions

View file

@ -155,10 +155,9 @@ namespace client
{
if (stream)
{
auto conn = std::make_shared<I2PTunnelConnection> (this, stream, new boost::asio::ip::tcp::socket (GetService ()), m_Endpoint);
auto conn = std::make_shared<I2PTunnelConnection> (this, stream, new boost::asio::ip::tcp::socket (GetService ()), m_Endpoint, m_IsQuiet);
AddConnection (conn);
conn->Connect ();
// TODO:
}
}