mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
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:
parent
41472c4984
commit
69cbff63f6
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue