SSU: Don't allow android to be introducers

This commit is contained in:
zzz
2022-06-06 16:20:44 -04:00
parent 06456fb318
commit df4be26878

View File

@@ -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() &&