Commit 20f8c052 authored by Jeffrey I. Schiller's avatar Jeffrey I. Schiller

Change the REPL listening port from 9997 to 9987. The Samsung Galaxy S

III has something listening on 127.0.0.1:9997 which interfere's with
the Companion App's binding of 9997 for Yail download.

Change-Id: I41cceeefeff9578d6e56dc67ae871616fa7af06c
parent 0b6dc708
......@@ -29,7 +29,7 @@ public class PhoneCommManager {
// The port for communicating with the phone for the ReplCommController
// Note: This should reference the same definition as in ReplCommController.
public static final int REPL_COMMUNICATION_PORT = 9997;
public static final int REPL_COMMUNICATION_PORT = 9987;
// procedure (macro) defined in runtime.scm for transforming ReplCommController input
// before evaluation
......
......@@ -42,7 +42,7 @@ public class ReplCommController {
// this should agree with the value used in yacodeblocks.PhoneCommManager
// TODO(user): consider whether we'd want to let this port
// change dynamically.
public static final int BLOCKS_EDITOR_PORT = 9997;
public static final int BLOCKS_EDITOR_PORT = 9987;
private REPLServerController blocksEditorReplController;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment