forked from KNEMC/KLALB
再次优化调度性能
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package org.kne.cloud.network.klalb;
|
||||
|
||||
public class Consts {
|
||||
public static final int BLOCKSIZE=65536;
|
||||
public static final long PINGTIMENS=500000000;
|
||||
public static final int BLOCKSIZE=32768;
|
||||
public static final long PINGTIMENS=1000000000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user