Added PING/PONG message types

This commit is contained in:
senft-lap 2012-11-19 13:03:11 +01:00
parent 5f5a3c0913
commit 31b2dc68bd

View File

@ -6,4 +6,7 @@ public class MessageType {
public final static byte NEW_NEIGHBOR_IPV4 = 4;
public final static byte NEW_NEIGHBOR_IPV6 = 6;
public final static byte PING = 2;
public final static byte PONG = 3;
}