forked from KNEMC/KLALB
KLALB 3.6.0开发一半的状态
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package org.kne.cloud.network.ipv6;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public interface IPv6ProtocolRegister {
|
||||
public boolean onaccept(IPv6Packet packx)throws IOException;
|
||||
}
|
||||
Reference in New Issue
Block a user