forked from I2P_Developers/i2p.i2p
SSU peer test:
Forget the test and don't keep retransmitting to Charlie if we receive the Bob reply after the 2nd Charlie reply.
This commit is contained in:
@ -343,7 +343,7 @@ class PeerTestManager {
|
||||
if (_log.shouldLog(Log.DEBUG))
|
||||
_log.debug("Receive test reply from Bob: " + test);
|
||||
if (test.getAlicePortFromCharlie() > 0)
|
||||
testComplete(false);
|
||||
testComplete(true);
|
||||
} catch (UnknownHostException uhe) {
|
||||
if (_log.shouldLog(Log.WARN))
|
||||
_log.warn("Unable to get our IP (length " + ipSize +
|
||||
|
Reference in New Issue
Block a user