I2CP: Ensure that callbacks are called on abnormal close

throw IAE on invalid listener protocol/port
log tweaks
This commit is contained in:
zzz
2019-06-22 16:58:44 +00:00
parent 1a030c3f92
commit b99f239f3d
5 changed files with 68 additions and 17 deletions

View File

@ -18,10 +18,10 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 11;
public final static long BUILD = 12;
/** for example "-test" */
public final static String EXTRA = "";
public final static String EXTRA = "-rc";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
public static void main(String args[]) {
System.out.println("I2P Router version: " + FULL_VERSION);