From 469dcab5c772cf48da66ec31d0a0c3b934f0d5b8 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 11 Oct 2015 14:54:18 -0700 Subject: [PATCH] Revert "Allow more time for the SSL handshake to take place" This reverts commit dfde7b136e37fc9d8249bf758858b9da6c61c489. --- moonlight-common/src/com/limelight/nvstream/http/NvHTTP.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonlight-common/src/com/limelight/nvstream/http/NvHTTP.java b/moonlight-common/src/com/limelight/nvstream/http/NvHTTP.java index e134915b..45c4c4c1 100644 --- a/moonlight-common/src/com/limelight/nvstream/http/NvHTTP.java +++ b/moonlight-common/src/com/limelight/nvstream/http/NvHTTP.java @@ -49,7 +49,7 @@ public class NvHTTP { public static final int HTTPS_PORT = 47984; public static final int HTTP_PORT = 47989; - public static final int CONNECTION_TIMEOUT = 5000; + public static final int CONNECTION_TIMEOUT = 3000; public static final int READ_TIMEOUT = 5000; private static boolean verbose = false;