i2ptunnel: Change read timeout defaults now that streaming read timeout works

This commit is contained in:
zzz
2018-08-16 18:39:07 +00:00
parent 30fefa44ec
commit c455f15b2a
9 changed files with 82 additions and 6 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 = 23;
public final static long BUILD = 24;
/** for example "-test" */
public final static String EXTRA = "-rc";