I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit b819c033 authored by zzz's avatar zzz
Browse files

SSU peer test:

Forget the test and don't keep retransmitting to Charlie if we receive
the Bob reply after the 2nd Charlie reply.
parent 009f6cce
No related branches found
No related tags found
No related merge requests found
......@@ -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 +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment