当前位置: 首页 > 图文教程 > 操作系统 > Windows > 启用和禁用Vista和Win 7中的TCP半开连接数限制

Windows
Windows下所有的软件默认安装路径都在C盘的原理及修改方法
没有光驱利用U盘安装Windows7、Vista及安装盘的制作方法
Vista Windows7 播放Flash视频都没声音的解决办法
Kaspersky Rescue Disk 2009.04.16 卡巴斯基救援盘
使用卡巴斯基救援盘DOS引导杀毒图解教程
Vista 等Windows系统的“组策略”无法启动的解救办法
Vista、XP下卸载windows7后删除Win7启动菜单的方法
关闭UAC后边栏无法使用问题的解决办法
在vs2008+Vista中DirectShow的使用
巧妙的从Windows进程中判断出病毒和木马的三点突破
让注册表修改立即生效的DIY批处理文件
巧设键值使启动Vista电脑后显示上次进入系统的登录时间
10策改进Windows Vista 系统安全问题
微软为用户提供的一键解决问题的方案
Fix it团队新作 修复Vista内置搜索
将SP2整合进Office 2007的安装包中的方法
微软诊断Office问题的内置小工具
开启Windows Vista中的磁盘定额功能的步骤
系统是否可以运行Windows 7测试方法
Windows XP操作系统忘记密码的解决办法

Windows 中的 启用和禁用Vista和Win 7中的TCP半开连接数限制


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2010-01-16   浏览: 69 ::
收藏到网摘: n/a

 从Windows Vista开始,Windows中的TCP半开连接数限制就被禁用了,这样一来,系统想建立多少TCP连接就可以建立多少TCP连接。那么,出于安全考虑,用户如果想要启用TCP半开连接数限制的话,就需要手动添加注册表键值了,步骤如下,适用于Windows Vista/Server 2008/Windows 7。

   1. 开始菜单 - 运行
   2. 输入regedit
   3. 找到并双击如下键值:

      HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
      Tcpip\Parameters\EnableConnectionRateLimiting

      注意: 在Windows 7下, 用户必须右键 - 新建DWORD (32-bit) 值,并命名为EnableConnectionRateLimiting.
   4. 将其值设为1
   5. 重启系统

点击查看原大图片
附部分原文:

Starting from Windows Server 2008 and Vista SP2 (Service Pack 2), the incomplete simultaneous or concurrent half-open outgoing TCP connections limit is disabled by default. The new behavior allows as many as unlimited half-open TCP connections to be created
....

禁用Vista/Win7中的TCP半开连接数限制

步骤如下,适用于Windows Vista/Server 2008/7。

   1. 开始菜单 - 运行
   2. 输入regedit
   3. 找到如下键值:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
Services\Tcpip\Parameters\

   4. 在右侧面板中找到EnableConnectionRateLimiting
   5. 删除此键值或者双击键值,设置值为0
   6. 重启系统

点击查看原大图片

附部分原文:

Starting from Windows Server 2008 and Vista SP2 (Service Pack 2), the incomplete

simultaneous or concurrent half-open outgoing TCP connections limit is disabled by

default. The new behavior allows as many as unlimited half-open TCP connections to be

created
....