i2ptunnel: Add failsafe timeouts for local sockets (ticket #2568)

This commit is contained in:
zzz
2019-08-05 15:55:43 +00:00
parent 7f015c4794
commit 08be6a4f4a
6 changed files with 33 additions and 3 deletions

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 6;
public final static long BUILD = 7;
/** for example "-test" */
public final static String EXTRA = "";