Files
xkm-server/server_999/tools/base/tbusmgr.xml
2025-05-12 19:42:54 +08:00

40 lines
1.1 KiB
XML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="gbk" standalone="yes" ?>
<!-- This file is for tbus routes tool application-->
<TbusGCIM>
<!-- tagent系统分配的业务ID不使用tagent系统配置缺省值0 -->
<BussinessID>0</BussinessID>
<!-- 十进制点分表示法表示的通信地址模版 -->
<AddrTemplet>8.8.8.8</AddrTemplet>
<!-- GCIM共享内存key -->
<GCIMShmKey>2109991</GCIMShmKey>
<Channels>
<Priority>8</Priority>
<!-- 通道两端进程的通信地址,使用点分法表示 -->
<Address>1.0.112.1</Address>
<Address>1.0.113.1</Address>
<!-- 对于出现在配置中的第一个进程而言SendSizeRecvSize分别表示此进程相关发送接受 数据队列的大小。
由于两个进程是对等的,因此第一个进程的发送队列大小(SendSize)就是第二个进程的接受队列大小(RecvSize) -->
<SendSize>10240</SendSize>
<RecvSize>20480</RecvSize>
<Desc>Some description for this route</Desc>
</Channels>
<Channels>
<Priority>8</Priority>
<Address>1.1.1.1</Address>
<Address>1.1.2.1</Address>
<SendSize>20480</SendSize>
<RecvSize>20480</RecvSize>
<Desc>Some description for this route</Desc>
</Channels>
</TbusGCIM>