From 653ea008918a1721846b4ac853ecaebd0a3c1ce0 Mon Sep 17 00:00:00 2001 From: fanboy101 Date: Thu, 9 Jun 2016 00:06:37 -0400 Subject: [PATCH] Update Constants.java --- PieOSXClient/src/Constants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PieOSXClient/src/Constants.java b/PieOSXClient/src/Constants.java index 356cfc3..ece13df 100644 --- a/PieOSXClient/src/Constants.java +++ b/PieOSXClient/src/Constants.java @@ -7,7 +7,7 @@ * Created by eric on 12/8/15. */ public class Constants { - public static final String socketAddress = "127.0.0.1"; // INSERT YOUR PUBLIC IP HERE linked to OSX Client + public static final String socketAddress = 192.168.1.24.; // INSERT YOUR PUBLIC IP HERE linked to OSX Client public static final long IncomingThreadResetDuration = 10 * 60 * 1000; // 10 min