MC-Basic:SETENTRYPRIORITY/zh-hans

From SoftMC-Wiki
< MC-Basic:SETENTRYPRIORITY
Revision as of 05:36, 28 April 2017 by Chi (talk | contribs) (Created page with "{{Languages}} == 缩写 == SETEP == 格式 == SETEP Type = <''entry station type value''> Priority = <''priority value''> == 适用版本 == 从版本3.7.x起 == 描述 == ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: [[::MC-Basic:SETENTRYPRIORITY|English]]  • [[::MC-Basic:SETENTRYPRIORITY/zh-hans|中文(简体)‎]]

缩写

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

参见