summaryrefslogtreecommitdiff
path: root/indra/llcommon/indra_constants.h
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2007-02-13 22:02:38 +0000
committerDon Kjer <don@lindenlab.com>2007-02-13 22:02:38 +0000
commit4feabe4a9caec380cad405d5410bc762c862113d (patch)
treea9989fe806cba8d07847e61f7c8b5dfbce672d4a /indra/llcommon/indra_constants.h
parentdbcc89b3360e8c8d35e0829b8f1edf750ba8333d (diff)
svn merge -r 57708:57906 svn+ssh://svn/svn/linden/branches/don/inventory-dataserver-2
Diffstat (limited to 'indra/llcommon/indra_constants.h')
-rw-r--r--indra/llcommon/indra_constants.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/indra/llcommon/indra_constants.h b/indra/llcommon/indra_constants.h
index dc84350987..9eda175242 100644
--- a/indra/llcommon/indra_constants.h
+++ b/indra/llcommon/indra_constants.h
@@ -87,8 +87,8 @@ const char* const DEFAULT_LOCAL_ASSET_SERVER = "http://localhost:12041/asset/tmp
const char* const LOCAL_ASSET_URL_FORMAT = "http://%s:12041/asset";
const U32 DEFAULT_LAUNCHER_PORT = 12029;
-const U32 DEFAULT_BIGBOARD_PORT = 12030;
-const U32 DEFAULT_QUERYSIM_PORT = 12031;
+//const U32 DEFAULT_BIGBOARD_PORT = 12030; // Deprecated
+//const U32 DEFAULT_QUERYSIM_PORT = 12031; // Deprecated
const U32 DEFAULT_DATA_SERVER_PORT = 12032;
const U32 DEFAULT_SPACE_SERVER_PORT = 12033;
const U32 DEFAULT_VIEWER_PORT = 12034;
@@ -98,7 +98,9 @@ const U32 DEFAULT_RPC_SERVER_PORT = 12037;
const U32 DEFAULT_LOG_DATA_SERVER_PORT = 12039;
const U32 DEFAULT_BACKBONE_PORT = 12040;
const U32 DEFAULT_LOCAL_ASSET_PORT = 12041;
-const U32 DEFAULT_BACKBONE_CAP_PORT = 12042;
+//const U32 DEFAULT_BACKBONE_CAP_PORT = 12042; // Deprecated
+const U32 DEFAULT_CAP_PROXY_PORT = 12043;
+const U32 DEFAULT_INV_DATA_SERVER_PORT = 12044;
// For automatic port discovery when running multiple viewers on one host
const U32 PORT_DISCOVERY_RANGE_MIN = 13000;