// a user frauds with his peer different peer hashes
yacyCore.log.logFine("connect: rejecting FRAUD (double hashes "+doubleSeed.hash+"/"+seed.hash+" on same port "+seed.getPort()+") peer "+seed.getName());
returnfalse;
}
if(seed.get(yacySeed.LASTSEEN,"").length()<14){
// hack for peers that do not have a LastSeen date
seed.put(yacySeed.LASTSEEN,"20040101000000");
@ -406,7 +415,6 @@ public class yacyPeerActions {
}
}
}
}
privatefinalvoiddisconnectPeer(yacySeedseed){
// we do this if we did not get contact with the other peer