Class PingPongDatagram

java.lang.Object
org.jgroups.tests.PingPongDatagram

public class PingPongDatagram extends Object
Simple protocol to test round trip times. Requests are [PING], responses are [PONG]. Start multiple instances and press 'return' 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.