File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
java/com/vm/shadowsocks/core Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ private void runVPN() throws Exception {
246246 }
247247 onIPPacketReceived (m_IPHeader , size );
248248 }
249- Thread .sleep (100 );
249+ Thread .sleep (20 );
250250 }
251251 in .close ();
252252 disconnectVPN ();
Original file line number Diff line number Diff line change 2929
3030public class ProxyConfig {
3131 public static final ProxyConfig Instance = new ProxyConfig ();
32- public final static boolean IS_DEBUG = true ;
32+ public final static boolean IS_DEBUG = false ;
3333 public static String AppInstallID ;
3434 public static String AppVersion ;
3535 public final static int FAKE_NETWORK_MASK = CommonMethods .ipStringToInt ("255.255.0.0" );
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments