-
Notifications
You must be signed in to change notification settings - Fork 1
/
SimConnect.cfg
49 lines (40 loc) · 989 Bytes
/
SimConnect.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
; Example SimConnect client configurations
; new FS pipe
[SimConnect]
Protocol=Pipe
Port=Custom/SimConnect
Address=127.0.0.1
; Automatic detection, backward compatible with FSX
[SimConnect.1]
Protocol=Auto
Address=
Port=
MaxReceiveSize=
DisableNagle=
[SimConnect.2]
Protocol=Ipv6
Port=501
Address=127.0.0.1
[SimConnect.3]
Protocol=Ipv4
Address=127.0.0.1
Port=500
; default FSX pipe
[SimConnect.4]
Protocol=Pipe
Address=.
; global pipe, use the configuration of the remote server
[SimConnect.4]
Protocol=Pipe
Address=<remote computer address or name here>
Port=<remote computer pipe name (matches Port name given in SimConnect.xml)>
; global IPv6, use the configuration of the remote server
[SimConnect.5]
Protocol=IPv6
Address=<remote computer address or name here>
Port=<remote computer port number here>
; global IPv4, use the configuration of the remote server
[SimConnect.6]
Protocol=IPv4
Address=<remote computer address or name here>
Port=<remote computer port number here>