use the standard I2CP port (7654) not jrandom's local I2CP port (duh)

This commit is contained in:
jrandom
2004-12-09 00:29:29 +00:00
committed by zzz
parent af52cad4ea
commit 3b19ac3942

View File

@ -72,7 +72,7 @@ public class TestSwarm {
} }
} }
try { try {
_manager = I2PSocketManagerFactory.createManager(new FileInputStream(_destFile), "localhost", 10001, null); _manager = I2PSocketManagerFactory.createManager(new FileInputStream(_destFile), "localhost", 7654, null);
} catch (Exception e) { } catch (Exception e) {
_log.error("Error creatign the manager", e); _log.error("Error creatign the manager", e);
return; return;