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

Skip to content
Snippets Groups Projects
Commit b1c0de4b authored by jrandom's avatar jrandom Committed by zzz
Browse files

(oops forgot to commit before passing out)

parent 45b3fecf
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ public class PingTest { ...@@ -19,7 +19,7 @@ public class PingTest {
try { try {
I2PAppContext context = I2PAppContext.getGlobalContext(); I2PAppContext context = I2PAppContext.getGlobalContext();
I2PSession session = createSession(); I2PSession session = createSession();
ConnectionManager mgr = new ConnectionManager(context, session); ConnectionManager mgr = new ConnectionManager(context, session, -1);
Log log = context.logManager().getLog(PingTest.class); Log log = context.logManager().getLog(PingTest.class);
for (int i = 0; i < 10; i++) { for (int i = 0; i < 10; i++) {
log.debug("ping " + i); log.debug("ping " + i);
......
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