The setIncomingPort() sets the port for the reflector to listen on. In this demo it has been set to 6000. you can use setMulticastAddress() to listen on a multicast address and port. The process() when called in a while loop will continuously do its processing. If you want performance monitoring for the UDP socket, turn it on with enableInstrumentation() and then use the performance monitoring methods .
The reflector.cxx program creates a reflector which accepts UDP packets. The performance monitoring is turned on and
2. To run the udp client (
in the ../udp directory)
newclient evans
Run two
clients.
for more information email : cavern@evl.uic.edu