制作图形界面
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package org.kne.cloud.network.klalb;
|
||||
|
||||
public class Consts {
|
||||
public static final int BLOCKSIZE=65536;
|
||||
public static final long PINGTIMENS=10000000000L;
|
||||
public static final int BLOCKSIZE=16384;
|
||||
public static final long PINGTIMENS=2000000000L;
|
||||
public static final double A = 0.125;
|
||||
public static final int SO_TIMEOUT = 20000;
|
||||
public static final long SN_KEEP = 60000000000L;
|
||||
|
||||
Reference in New Issue
Block a user