Skip to content
Snippets Groups Projects
Commit 74d3d601 authored by brutzman's avatar brutzman
Browse files

report number of different PDU types created

parent 9370eb9c
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,8 @@ public class PduSender
// Sort the created PDUs by class name, if desired
// Collections.sort(generatedPdusList, new ClassNameComparator());
System.out.println("Send the " + generatedPdusList.size() + " PDUs we created...");
// Send the PDUs we created
InetAddress localMulticastAddress = InetAddress.getByName(DEFAULT_MULTICAST_ADDRESS);
MulticastSocket socket = new MulticastSocket(DEFAULT_MULTICAST_PORT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment