mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
Netdb: Encrypt lookups for 32-bit x86 also
This commit is contained in:
@@ -94,7 +94,7 @@ class IterativeSearchJob extends FloodSearchJob {
|
||||
|
||||
/** only on fast boxes, for now */
|
||||
public static final boolean DEFAULT_ENCRYPT_RI =
|
||||
SystemVersion.isX86() && SystemVersion.is64Bit() &&
|
||||
SystemVersion.isX86() && /* SystemVersion.is64Bit() && */
|
||||
!SystemVersion.isApache() && !SystemVersion.isGNU() &&
|
||||
NativeBigInteger.isNative();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user