forked from KNEMC/KLALB
KLALB2.3
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
package org.kne.cloud.network.klalb;
|
||||
|
||||
import java.nio.ByteBuffer;
|
||||
|
||||
public class VADDRREQPacket extends KLALBPacket {
|
||||
|
||||
public VADDRREQPacket() {
|
||||
super(VADDRREQ);
|
||||
}
|
||||
|
||||
public VADDRREQPacket(ByteBuffer bb) {
|
||||
super(bb);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "VADDRREQ";
|
||||
|
||||
Reference in New Issue
Block a user