Added new msg types
This commit is contained in:
parent
11c3c60a8e
commit
82326cad9a
@ -5,4 +5,6 @@ public class MessageType {
|
||||
public final static byte LEAVE = 1;
|
||||
public final static byte NEW_NEIGHBOR = 2;
|
||||
public final static byte ACK = 3;
|
||||
public final static byte BROADCAST = 4;
|
||||
public final static byte STATUS = 4;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user