This commit is contained in:
Administrator
2022-11-25 21:06:10 +08:00
commit 0b5ff2465b
16 changed files with 956 additions and 0 deletions
@@ -0,0 +1,5 @@
package org.kne.cloud.network.klalb;
public class Consts {
public static int BLOCKSIZE=65536;
}