Skip to content
Snippets Groups Projects
Commit 471b74a8 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

comments

parent eedca535
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@ import java.net.*;
public class MaroonMulticastSenderExample {
public static final String MULTICAST_ADDRESS = "239.1.2.15";
public static final int DESTINATION_PORT = 1717;
public static final int DESTINATION_PORT = 1717;
/** How many routers can be crossed */
public static final int TTL = 10;
public static final int TTL = 10; // Time to Live is decrement counter to limit scope
public static void main(String[] args)
{
......
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