* NetDB: Add more su3 checks

* SU3File: Improve CLI help
This commit is contained in:
zzz
2014-06-29 11:43:57 +00:00
parent 9827c48527
commit d855c5de50
2 changed files with 6 additions and 2 deletions

View File

@ -498,6 +498,8 @@ public class Reseeder {
name.equals(ourB64) ||
f.length() > 10*1024 ||
f.lastModified() < minTime ||
!name.startsWith(ROUTERINFO_PREFIX) ||
!name.endsWith(ROUTERINFO_SUFFIX) ||
!f.isFile()) {
if (_log.shouldLog(Log.WARN))
_log.warn("Skipping " + f);