NetDB: Partially revert last NetDB change: flood because we don't want to create a hole in the DHT before publisher resends to somebody else.

This commit is contained in:
dg2-new
2015-06-22 20:11:29 +00:00
parent 0b4d4ddcbc
commit 2fbbfa388e
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2015-06-22 dg
* NetDB: Partially revert last NetDB change: flood because we don't want to create a hole in the DHT
before publisher resends to somebody else.
2015-06-20 dg
* I2PSnark: Auto-start now only starts torrents which were running at shutdown (#766)
* NetDB: Don't say we stored, and don't flood, if we're shutting down

View File

@@ -216,7 +216,6 @@ public class HandleFloodfillDatabaseStoreMessageJob extends JobImpl {
// flood it
if (invalidMessage == null &&
getContext().netDb().floodfillEnabled() &&
!getContext().router().gracefulShutdownInProgress() &&
_message.getReplyToken() > 0) {
if (wasNew) {
// DOS prevention