Skip to content
Snippets Groups Projects
Commit 8a31408d authored by Rico's avatar Rico
Browse files

just cause

parent 22c02c0a
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ public class LandasMulticastReceiver { ...@@ -13,7 +13,7 @@ public class LandasMulticastReceiver {
final static String INET_ADDR = "239.1.2.15"; final static String INET_ADDR = "239.1.2.15";
final static int PORT = 1717; final static int PORT = 1717;
public static void main(String[] args) throws UnknownHostException { public static void main(String[] args) throws UnknownHostException {
// address that we are connecting to // address that we are connecting to
InetAddress address = InetAddress.getByName(INET_ADDR); InetAddress address = InetAddress.getByName(INET_ADDR);
......
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