import java.net.*;

public class SendConfig
{
InetAddress SYSTEM_IP;
int SYSTEM_PORT = 5000;
InetAddress MULTICAST_IP;
int PORT = 6000;
int TTL = 1;