forked from I2P_Developers/i2p.i2p
SSU: Don't allow android to be introducers
This commit is contained in:
@@ -3167,6 +3167,7 @@ public class UDPTransport extends TransportImpl implements TimedWeightedPriority
|
||||
// count as connections, we have to keep the connection to this peer up longer if
|
||||
// we are offering introductions.
|
||||
return
|
||||
!SystemVersion.isAndroid() &&
|
||||
(!_context.router().isHidden()) &&
|
||||
(!introducersRequired(ipv6)) &&
|
||||
haveCapacity() &&
|
||||
|
Reference in New Issue
Block a user