Newer
Older
democall3 / src / constants / Constants.java
package constants;

/**
 *
 * @author mark
 */
public class Constants {

   // randomly chosen multi-cast group
   public static String BROADCAST_ADDRESS = "233.7.2.9";

   // randomly chosen port
   public static int PORT = 7321;

   public static int NO_SERVER_FOUND = 100;

}