再次优化调度性能

This commit is contained in:
Administrator
2022-11-29 15:12:14 +08:00
parent 05d4117ef3
commit 7d90fa17bd
8 changed files with 175 additions and 82 deletions
+2 -2
View File
@@ -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;
}