Browse Source

correct transport comptibility for OBEP in second attempt

pull/1945/head
orignal 1 year ago
parent
commit
13f263b791
  1. 2
      libi2pd/TunnelPool.cpp

2
libi2pd/TunnelPool.cpp

@ -522,7 +522,7 @@ namespace tunnel @@ -522,7 +522,7 @@ namespace tunnel
}
if ((i == numHops - 1) && (!hop->IsV4 () || (inbound && !hop->IsPublished (true)))) // IBGW is not published ipv4
{
auto hop1 = nextHop (prevHop, true);
auto hop1 = nextHop (prevHop, inbound);
if (hop1) hop = hop1;
}
prevHop = hop;

Loading…
Cancel
Save