forked from I2P_Developers/i2p.i2p
SSU2: Remove dup stat update
This commit is contained in:
@@ -1836,7 +1836,6 @@ class EstablishmentManager {
|
||||
_context.blocklist().isBlocklisted(ip)) {
|
||||
if (_log.shouldLog(Log.WARN))
|
||||
_log.warn("Bad relay resp from " + charlie + " for " + Addresses.toString(ip, port));
|
||||
_context.statManager().addRateData("udp.relayBadIP", 1);
|
||||
istate = INTRO_STATE_FAILED;
|
||||
charlie2.setIntroState(bobHash, istate);
|
||||
_context.statManager().addRateData("udp.relayBadIP", 1);
|
||||
|
||||
Reference in New Issue
Block a user