More driverMode tweaks, and StreamDivisor , change port to 5800

This commit is contained in:
Banks Troutman
2019-11-03 14:15:36 -05:00
parent a5477a7e4e
commit 386533a41a
8 changed files with 32 additions and 32 deletions

View File

@@ -22,7 +22,7 @@ public class Main {
private static final String NETWORK_MANAGE_KEY = "--unmanage-network"; // no args for this setting
private static final String IGNORE_ROOT = "--ignore-root"; // no args for this setting
private static final int DEFAULT_PORT = 8888;
private static final int DEFAULT_PORT = 5800;
private static boolean ntServerMode = false;
private static boolean manageNetwork = true;