提高程序的稳定性
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
package org.kne.cloud.network.klalb;
|
||||
|
||||
public class Consts {
|
||||
public static final int BLOCKSIZE=8192;
|
||||
public static final int BLOCKSIZE=16384;
|
||||
public static final long PINGTIMENS=1000000000L;
|
||||
public static final int SO_TIMEOUT = 10000;
|
||||
public static final int SO_TIMEOUT = 5000;
|
||||
public static final long SN_KEEP = 60000000000L;
|
||||
public static final int MAX_RESEND = 100;
|
||||
public static final long UACK_TIME = 10000000000L;
|
||||
public static final long UACK_TIME = 5000000000L;
|
||||
public static final int CONNECT_TIMEOUT=10000;
|
||||
public static final double MAX_QUEUE_TIME=500;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user