|
1 # rcons.idf |
|
2 # |
|
3 # Copyright (c) 2010 Accenture. All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of the "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Accenture - Initial contribution |
|
11 # |
|
12 |
|
13 # Description: |
|
14 # INI description file for rcons.ini |
|
15 |
|
16 connection_type enum |
|
17 connection_type.name Connection type |
|
18 connection_type.description Connection type ('implicit' or 'explicit') |
|
19 # values for this correspond to anum TRemoteConsoleConfig::TConnectionType |
|
20 connection_type.values implicit,explicit |
|
21 connection_type.default implicit |
|
22 |
|
23 remote_ip string |
|
24 remote_ip.name Remote IP address |
|
25 remote_ip.description IP address of host running the rcons server |
|
26 remote_ip.default wsockhost.mrouter |
|
27 |
|
28 remote_port integer |
|
29 remote_port.name Remote port number |
|
30 remote_port.description Port number that the rcons server is listening on |
|
31 remote_port.default 3000 |
|
32 |
|
33 protocol integer |
|
34 protocol.name Protocol identifier |
|
35 protocol.description Identifier of the socket transport protocol to use |
|
36 # protocol 6 is TCP (KProtocolInetTcp) |
|
37 protocol.default 6 |
|
38 |
|
39 iap_id integer |
|
40 iap_id.name IAP identifier |
|
41 iap_id.description Identifier of the IAP to use for connection to the rcons server |
|
42 iap_id.default 0 |
|
43 |
|
44 network_id integer |
|
45 network_id.name Network ID |
|
46 network_id.description ID of the network to use to connet to the rcon server |
|
47 network_id.default 0 |
|
48 |
|
49 debug boolean |
|
50 debug.name DebugW |
|
51 debug.description Enable or disable debug |
|
52 debug.default 0 |
|
53 |