Hardcode ip address of emulator's host rather than eehouse.org for

easier debugging.  Needs to be in a preference....
This commit is contained in:
eehouse 2010-01-31 21:14:49 +00:00
parent 41472c4984
commit 69cbff63f6
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ local_DEBUG = -DMEM_DEBUG -DDEBUG -DENABLE_LOGGING
local_DEFINES += \
$(local_DEBUG) \
-DXWFEATURE_RELAY \
-DRELAY_NAME_DEFAULT=\"eehouse.org\" \
-DRELAY_NAME_DEFAULT=\"10.0.2.2\" \
-DRELAY_PORT_DEFAULT=10999 \
-DXWFEATURE_TURNCHANGENOTIFY \
-DXWFEATURE_SEARCHLIMIT \

View file

@ -34,7 +34,7 @@ public class CommsAddrRec {
Utils.logf( "CommsAddrRec() called " );
conType = CommsConnType.COMMS_CONN_RELAY;
ip_relay_invite = "Room 1";
ip_relay_hostName = "eehouse.org";
ip_relay_hostName = "10.0.2.2";
ip_relay_port = 10999;
}