use the standard I2CP port (7654) not jrandom's local I2CP port (duh)
This commit is contained in:
@ -72,7 +72,7 @@ public class TestSwarm {
|
||||
}
|
||||
}
|
||||
try {
|
||||
_manager = I2PSocketManagerFactory.createManager(new FileInputStream(_destFile), "localhost", 10001, null);
|
||||
_manager = I2PSocketManagerFactory.createManager(new FileInputStream(_destFile), "localhost", 7654, null);
|
||||
} catch (Exception e) {
|
||||
_log.error("Error creatign the manager", e);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user