12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="utf-8"?>
- <CONFIGURATION>
- <!--BusId-->
- <BusId>diosAlpha</BusId>
- <!--MachineId-->
- <MachineId>{AA120E46-1A0E-44BC-A6EE-2B5CE95F75FD}</MachineId>
- <!--RouterIp,normally used to test environment-->
- <!--RouterIp>192.168.2.77</RouterIp-->
- <!--RouterIp>192.168.4.37</RouterIp-->
- <RouterIp>127.0.0.1</RouterIp>
-
- <EnableEbusLog>0</EnableEbusLog>
- <!--P2P Options-->
- <P2pEnable>0</P2pEnable>
- <P2pServer>192.168.0.3</P2pServer>
- <P2pClient>1</P2pClient>
- <!--ShareMemory Options-->
- <BigBlockSize>2000000</BigBlockSize>
- <BigBlockCount>4</BigBlockCount>
- <SmallBlockSize>300000</SmallBlockSize>
- <SmallBlockCount>10</SmallBlockCount>
- <!--for share memory stream .MB -->
- <LogLevel>1</LogLevel>
-
-
- </CONFIGURATION>
|