增加延迟检测功能

This commit is contained in:
Administrator
2022-11-27 10:19:45 +08:00
parent 4f2b416ac3
commit 913313b2a8
4 changed files with 64 additions and 14 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
package org.kne.cloud.network.klalb;
public class Consts {
public static int BLOCKSIZE=65536;
public static final int BLOCKSIZE=65536;
public static final long PINGTIMENS=500000000;
}