(oops forgot to commit before passing out)
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user