2005-08-29 jrandom
* Added the new test Floodfill netDb
This commit is contained in:
@ -109,8 +109,9 @@ public class I2PTunnel implements Logging, EventDispatcher {
|
|||||||
_tunnelId = ++__tunnelId;
|
_tunnelId = ++__tunnelId;
|
||||||
_log = _context.logManager().getLog(I2PTunnel.class);
|
_log = _context.logManager().getLog(I2PTunnel.class);
|
||||||
_event = new EventDispatcherImpl();
|
_event = new EventDispatcherImpl();
|
||||||
_clientOptions = new Properties();
|
Properties p = new Properties();
|
||||||
_clientOptions.putAll(System.getProperties());
|
p.putAll(System.getProperties());
|
||||||
|
_clientOptions = p;
|
||||||
_sessions = new ArrayList(1);
|
_sessions = new ArrayList(1);
|
||||||
|
|
||||||
addConnectionEventListener(lsnr);
|
addConnectionEventListener(lsnr);
|
||||||
|
Reference in New Issue
Block a user