request RouterInfo if outdated

This commit is contained in:
orignal 2014-04-05 21:25:54 -04:00
parent 8d3fcff5c5
commit 1862896532
2 changed files with 5 additions and 3 deletions

View file

@ -239,7 +239,7 @@ namespace i2p
// existing session not found. create new
// try NTCP first
auto address = r->GetNTCPAddress ();
if (address && !r->IsUnreachable ())
if (address && !r->UsesIntroducer () && !r->IsUnreachable ())
{
auto s = new i2p::ntcp::NTCPClient (m_Service, address->host, address->port, *r);
AddNTCPSession (s);