Changeset f543a45
- Timestamp:
- May 20, 2019 11:17:18 AM (20 months ago)
- Branches:
- master
- Children:
- b3cb094
- Parents:
- 099cacd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
router/java/src/net/i2p/router/tunnel/pool/TunnelPool.java
r099cacd rf543a45 1132 1132 if (len < 0) 1133 1133 len = settings.getLength(); 1134 if (len > 0 && (!settings.isExploratory()) && _context.random().next Boolean()) {1134 if (len > 0 && (!settings.isExploratory()) && _context.random().nextInt(4) < 3) { // 75% 1135 1135 // look for a tunnel to reuse, if the right length and expiring soon 1136 1136 // ignore variance for now.
Note: See TracChangeset
for help on using the changeset viewer.