dont call exit
This commit is contained in:
@ -213,7 +213,7 @@ public class I2PTunnelServer extends I2PTunnelTask implements Runnable {
|
||||
sockMgr.getSession().destroySession();
|
||||
} catch (I2PException ex) {
|
||||
_log.error("Error destroying the session", ex);
|
||||
System.exit(1);
|
||||
//System.exit(1);
|
||||
}
|
||||
l.log("Server shut down.");
|
||||
open = false;
|
||||
|
@ -1,4 +1,11 @@
|
||||
2010-03-31 zzz
|
||||
* FloodfillPeerSelector: Adjust rankings to try to
|
||||
improve LeaseSet lookups
|
||||
* HostsTxtNamingService: Don't load the whole hosts.txt
|
||||
into memory for every lookup
|
||||
|
||||
2010-03-29 zzz
|
||||
* build.xml: Prep for a windows-only pkg
|
||||
* configclients.jsp:
|
||||
- Always show start button for webapps and plugins
|
||||
* configclients.jsp, configupdate.jsp:
|
||||
|
@ -13,12 +13,12 @@ import net.i2p.CoreVersion;
|
||||
/**
|
||||
* Expose a version string
|
||||
*
|
||||
n */
|
||||
*/
|
||||
public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 3;
|
||||
public final static long BUILD = 4;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user