Util: Support setSoTimeout() for InternalSockets

to keep susimail server connections from hanging too long
This commit is contained in:
zzz
2018-02-22 14:54:57 +00:00
parent 237447180c
commit 01962754b0
6 changed files with 175 additions and 8 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 = 8;
public final static long BUILD = 9;
/** for example "-test" */
public final static String EXTRA = "";