forked from I2P_Developers/i2p.i2p
* Transport: Revert change from -2, put addresses back in RouterInfo
when hidden, broke inbound tunnel building
This commit is contained in:
@@ -179,8 +179,9 @@ public class CommSystemFacadeImpl extends CommSystemFacade {
|
||||
/** @return non-null, possibly empty */
|
||||
@Override
|
||||
public Set<RouterAddress> createAddresses() {
|
||||
if (_context.router().isHidden())
|
||||
return Collections.EMPTY_SET;
|
||||
// No, don't do this, it makes it almost impossible to build inbound tunnels
|
||||
//if (_context.router().isHidden())
|
||||
// return Collections.EMPTY_SET;
|
||||
Map<String, RouterAddress> addresses = null;
|
||||
boolean newCreated = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user