KLALB 3.6.0开发一半的状态

This commit is contained in:
2026-07-06 17:16:33 +08:00
parent c8b183da71
commit 2dd62ec7c4
28 changed files with 2411 additions and 0 deletions
@@ -0,0 +1,7 @@
package org.kne.cloud.network.ipv6;
import java.io.IOException;
public interface IPv6ProtocolRegister {
public boolean onaccept(IPv6Packet packx)throws IOException;
}