- Timestamp:
- Jun 3, 2019 11:39:56 AM (20 months ago)
- Branches:
- master
- Children:
- fe6c7cd
- Parents:
- aa0bafb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
router/java/src/net/i2p/router/transport/udp/UDPTransport.java
raa0bafb reea0990 52 52 import net.i2p.util.SimpleTimer; 53 53 import net.i2p.util.SimpleTimer2; 54 import net.i2p.util.SystemVersion; 54 55 import net.i2p.util.VersionComparator; 55 56 … … 1071 1072 // For now, only do this at startup 1072 1073 if (oldIP != null && 1073 System .getProperty("wrapper.version") != null&&1074 SystemVersion.hasWrapper() && 1074 1075 _context.getBooleanProperty(PROP_LAPTOP_MODE) && 1075 1076 now - lastChanged > 10*60*1000 &&
Note: See TracChangeset
for help on using the changeset viewer.