config.xml

来自「多功能的网关模拟器」· XML 代码 · 共 43 行

XML
43
字号
<gateway name="unicom" type="sgip.standard">
	<enable/>
	<authenticate name="whoami">
		<enterprise_code>027044022</enterprise_code>
		<service_code>9999</service_code>
		<account>333</account>
		<password>0555</password>
	</authenticate>
	<transmit type="file" cache="2" persistent="true">
		<index type="file" cache="2" timeout="10"/>
		<request type="file" cache="2" removable="true"/>
		<response type="file" cache="2" removable="true"/>
	</transmit>
	<receive type="file" cache="2" persistent="true">
		<index type="file" cache="2" timeout="10"/>
		<request type="file" cache="2" removable="true"/>
		<response type="file" cache="2" removable="true"/>
	</receive>
	<server type="socket" authenticate="whoami">
		<socket stream="true" timeout="15">
			<local port="8801"/>
		</socket>
		<session type="transmitter" count="1" flux="10">
			<address type="file" cache="2" removable="true"/>
			<queue type="memory" cache="2" removable="true"/>
			<timeout packet="600" message="300"/>
			<enquire initiative="0" passive="0"/>
		</session>
	</server>
	<client type="socket" authenticate="whoami">
		<socket stream="true" timeout="15">
			<remote host="127.0.0.1" port="8802"/>
		</socket>
		<session type="receiver" count="1" flux="10">
			<build_when_data_available/>
			<address type="file" cache="2" removable="true"/>
			<queue type="memory" cache="2" removable="true"/>
			<timeout packet="600" message="300"/>
			<enquire initiative="0" passive="0"/>
		</session>
	</client>
</gateway>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?