public class PingPongDatagram
extends java.lang.Object
Simple protocol to test round trip times. Requests are [PING], responses are [PONG]. Start multiple instances
and press to get the round trip times for all nodes in the cluster, This program doesn't use JGroups at all,
see PingPong for a comparison.