Difference between revisions of "MC-Basic:SETENTRYPRIORITY/zh-hans"

From SoftMC-Wiki
Jump to: navigation, search
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:SETENTRYPRIORITY}}
 
== 缩写 ==
 
== 缩写 ==
 
SETEP
 
SETEP
Line 22: Line 22:
 
                         3 – Virtual Entry Station<br>
 
                         3 – Virtual Entry Station<br>
 
                         4 – Etherent2<br>
 
                         4 – Etherent2<br>
                                                  5 – Etherent3
+
                         5 – Etherent3
  
 
''<priority value> ''::              1 to 16
 
''<priority value> ''::              1 to 16

Latest revision as of 05:37, 28 April 2017

语言: English  • 中文(简体)‎

缩写

SETEP

格式

SETEP Type = <entry station type value> Priority = <priority value>

适用版本

从版本3.7.x起

描述

设置指定入口位置的优先级。建议设置成2至16。 即使该数值设置成小于2的数,操作系统的TCP/IP 堆层仍然运行在优先级2。

类型

<entry station type value> :          Long

<priority value> :                          Long

取值范围

<entry station type value> :          1 – Ethernet
                         3 – Virtual Entry Station
                         4 – Etherent2
                         5 – Etherent3

<priority value> ::              1 to 16

单位

默认值

<priority value> :              2

使用范围

配置器, 任务区, 终端

限制

例子

-->setep type = 1 priority = 3

-->?getentrypriority(1)

3

参见