Skip to content
Snippets Groups Projects

Traffic analysis report

Files

+ 5
5
@@ -64,13 +64,13 @@ public class Message implements Comparable<Message> {
*/
ONE_TO_ONE,
/**
* Message which should be sent to a specific group of nodes
*/
MULTICAST,
/**
* Message which should be sent to everyone.
*/
BROADCAST
BROADCAST,
/**
* Message which should be sent to a specific group of nodes
*/
MULTICAST
}
/**
Loading