forked from KNEMC/KLALB
优化代码,性能暴涨
This commit is contained in:
@@ -4,12 +4,14 @@ import java.nio.ByteBuffer;
|
||||
|
||||
public class VADDRREQPacket extends KLALBPacket {
|
||||
|
||||
private static final int HEADER_LENGTH=1;
|
||||
|
||||
public VADDRREQPacket() {
|
||||
super(VADDRREQ);
|
||||
super(VADDRREQ,HEADER_LENGTH);
|
||||
}
|
||||
|
||||
public VADDRREQPacket(ByteBuffer bb) {
|
||||
super(bb);
|
||||
super(bb,HEADER_LENGTH);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user