12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="utf-8"?>
- <CONFIGURATION>
- <!--BusId-->
- <BusId>diosAlpha</BusId>
- <!--MachineId-->
- <MachineId>{66888A95-CDBE-6CA6-B53F-86185E4B9C88}</MachineId>
- <!--RouterIp,normally used to test environment-->
- <!--RouterIp>192.168.2.51</RouterIp-->
- <!--RouterIp>192.168.2.51</RouterIp-->
- <RouterIp>192.168.2.51</RouterIp>
-
- <EnableEbusLog>0</EnableEbusLog>
- <!--P2P Options-->
- <P2pEnable>0</P2pEnable>
- <P2pServer>192.168.2.51</P2pServer>
- <P2pClient>1</P2pClient>
- <!--ShareMemory Options-->
- <BigBlockSize>20000000</BigBlockSize>
- <BigBlockCount>4</BigBlockCount>
- <SmallBlockSize>3000000</SmallBlockSize>
- <SmallBlockCount>10</SmallBlockCount>
- <!--for share memory stream .MB -->
- <LogLevel>1</LogLevel>
-
-
- </CONFIGURATION>
|