forked from I2P_Developers/i2p.i2p
-3
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2011-10-29 zzz
|
||||||
|
* BuildHandler: Add router.buildHandlerThreads config setting
|
||||||
|
* ProfileOrganizer: Reduce min expire time
|
||||||
|
* SSU: Limit max peers to use as introducers
|
||||||
|
|
||||||
2011-10-28 zzz
|
2011-10-28 zzz
|
||||||
* BuildHandler: Move inbound request handling to its own thread(s)
|
* BuildHandler: Move inbound request handling to its own thread(s)
|
||||||
(ticket #542, see also http://zzz.i2p/topics/996)
|
(ticket #542, see also http://zzz.i2p/topics/996)
|
||||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 2;
|
public final static long BUILD = 3;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user