如何查看你注册的sctp驱动程序服务的注册表项?

来源:互联网 发布:数据挖掘算法视频教程 编辑:程序博客网 时间:2024/06/06 09:25
MaxForwardPending

HKLM/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters/Interfaces/interface-name

Data type

Range

Default value

REG_DWORD

0x1–0xFFFFFFFF (packets)

0x1388 (5,000 packets)

Description

Establishes the maximum number of packets that the IP forwarding engine can submit simultaneously for transmission to a particular network interface. If the number of packets exceeds the value of this entry, IP places the excess packets in a queue until outstanding transmissions on the interface are complete, and then it submits the packets for transmission.

The optimal value of this entry depends on the number and characteristics of outgoing lines. The default value is usually sufficient, especially for network adapters that transmit packets very quickly. However, increasing this value might improve the performance of a single remote access interface that multiplexes many slow serial lines.

Note Image Note

Windows 2000 does not add this entry to the registry. You can add it by editing the registry or by using a program that edits the registry.

The default value of this entry is increased in Windows 2000. The default value for Windows NT 3.51 with Service Pack 2 and later is 0x14 (20).

 

你可以查看你注册的TCPIP驱动程序服务的注册表项:

HKLM/SYSTEM/CurrentControlSet/Services/Tcpip/ImagePath = system32/DRIVERS/tcpip.sys

 

同样的,你可以查看你注册的sctp驱动程序服务的注册表项:

HKLM/SYSTEM/CurrentControlSet/Services/sctp/ImagePath = system32/DRIVERS/sctp.sys

 

由此可知:

D:/WINDOWS/system32/drivers 便是WINDOWS存放驱动程序的地方。

原创粉丝点击