Skip to content
Snippets Groups Projects
Commit 00b90011 authored by brutzman's avatar brutzman
Browse files

DESTINATION_HOST alternatives

parent 8a6b9a4c
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ public class UdpSender ...@@ -19,7 +19,7 @@ public class UdpSender
public static final String MY_NAME = "(default name)"; public static final String MY_NAME = "(default name)";
public static final int SENDING_PORT = 1414; public static final int SENDING_PORT = 1414;
public static final int RECEIVING_PORT = 1415; public static final int RECEIVING_PORT = 1415;
public static final String DESTINATION_HOST = "localhost"; public static final String DESTINATION_HOST = "localhost"; // localhost 127.0.0.1 or argon 10.1.105.1
@SuppressWarnings("SleepWhileInLoop") @SuppressWarnings("SleepWhileInLoop")
public static void main(String[] args) 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