Added PING/PONG message types
This commit is contained in:
parent
5f5a3c0913
commit
31b2dc68bd
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user