Added new msg types

This commit is contained in:
senft-desktop 2012-11-29 16:30:27 +01:00
parent 11c3c60a8e
commit 82326cad9a

View File

@ -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;
}