aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/indra_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/indra_constants.h')
-rw-r--r--linden/indra/llcommon/indra_constants.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/linden/indra/llcommon/indra_constants.h b/linden/indra/llcommon/indra_constants.h
index deb9c9d..9024b12 100644
--- a/linden/indra/llcommon/indra_constants.h
+++ b/linden/indra/llcommon/indra_constants.h
@@ -4,6 +4,7 @@
4 * 4 *
5 * Copyright (c) 2001-2007, Linden Research, Inc. 5 * Copyright (c) 2001-2007, Linden Research, Inc.
6 * 6 *
7 * Second Life Viewer Source Code
7 * The source code in this file ("Source Code") is provided by Linden Lab 8 * The source code in this file ("Source Code") is provided by Linden Lab
8 * to you under the terms of the GNU General Public License, version 2.0 9 * to you under the terms of the GNU General Public License, version 2.0
9 * ("GPL"), unless you have obtained a separate licensing agreement 10 * ("GPL"), unless you have obtained a separate licensing agreement
@@ -31,10 +32,6 @@
31#include "stdtypes.h" 32#include "stdtypes.h"
32#include "lluuid.h" 33#include "lluuid.h"
33 34
34// Viewer object cache version, change if object update
35// format changes. JC
36const U32 INDRA_OBJECT_CACHE_VERSION = 11;
37
38// At 45 Hz collisions seem stable and objects seem 35// At 45 Hz collisions seem stable and objects seem
39// to settle down at a reasonable rate. 36// to settle down at a reasonable rate.
40// JC 3/18/2003 37// JC 3/18/2003
@@ -116,11 +113,11 @@ const U32 DEFAULT_USER_SERVER_PORT = 12036;
116const U32 DEFAULT_RPC_SERVER_PORT = 12037; 113const U32 DEFAULT_RPC_SERVER_PORT = 12037;
117const U32 DEFAULT_LOG_DATA_SERVER_PORT = 12039; 114const U32 DEFAULT_LOG_DATA_SERVER_PORT = 12039;
118const U32 DEFAULT_BACKBONE_PORT = 12040; 115const U32 DEFAULT_BACKBONE_PORT = 12040;
119const U32 DEFAULT_CGI_SERVICES_PORT = 12045;
120const U32 DEFAULT_LOCAL_ASSET_PORT = 12041; 116const U32 DEFAULT_LOCAL_ASSET_PORT = 12041;
121//const U32 DEFAULT_BACKBONE_CAP_PORT = 12042; // Deprecated 117//const U32 DEFAULT_BACKBONE_CAP_PORT = 12042; // Deprecated
122const U32 DEFAULT_CAP_PROXY_PORT = 12043; 118const U32 DEFAULT_CAP_PROXY_PORT = 12043;
123const U32 DEFAULT_INV_DATA_SERVER_PORT = 12044; 119const U32 DEFAULT_INV_DATA_SERVER_PORT = 12044;
120const U32 DEFAULT_CGI_SERVICES_PORT = 12045;
124 121
125// For automatic port discovery when running multiple viewers on one host 122// For automatic port discovery when running multiple viewers on one host
126const U32 PORT_DISCOVERY_RANGE_MIN = 13000; 123const U32 PORT_DISCOVERY_RANGE_MIN = 13000;