【Microsoft 支持】【数据库-MySql】当您尝试从大于 5000 的 TCP 端口连接时收到错误 WSAENOBUFS (10055)

一、转载原文

When you try to connect from TCP ports greater than 5000 you receive the error 'WSAENOBUFS (10055)'

Symptoms

If you try to set up TCP connections from ports that are greater than 5000, the local computer responds with the following WSAENOBUFS (10055) error message:

An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.

Resolution

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:

322756 How to back up and restore the registry in Windows

The default maximum number of ephemeral TCP ports is 5000 in the products that are included in the "Applies to" section. A new parameter has been added in these products. To increase the maximum number of ephemeral ports, follow these steps:

  1. Start Registry Editor.
  2. Locate the following subkey in the registry, and then click Parameters:
regpath 复制代码
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
  1. On the Edit menu, click New, and then add the following registry entry:
    Value Name : MaxUserPort
    Value Type : DWORD
    Value data : 65534
    Valid Range : 5000-65534 (decimal)
    Default : 0x1388 (5000 decimal)
    Description: This parameter controls the maximum port number that is used when a program requests any available user port from the system. Typically, ephemeral (short-lived) ports are allocated between the values of 1024 and 5000 inclusive. After the release of security bulletin MS08-037, the behavior of Windows Server 2003 was changed to more closely match that of Windows Server 2008 and Windows Vista. For more information about Microsoft security bulletin MS08-037, click the following article numbers to view the articles in the Microsoft Knowledge Base:


951746 MS08-037: Description of the security update for DNS in Windows Server 2008, in Windows Server 2003, and in Windows 2000 Server (DNS server-side): July 8, 2008

​​
951748 MS08-037: Description of the security update for DNS in Windows Server 2003, in Windows XP, and in Windows 2000 Server (client side): July 8, 2008


953230 MS08-037: Vulnerabilities in DNS could allow spoofing

  1. Exit Registry Editor, and then restart the computer.
    Note An additional TCPTimedWaitDelay registry parameter determines how long a closed port waits until the closed port can be reused.

二、转载译文(译文可能有误,请参考转载原文)

当您尝试从大于 5000 的 TCP 端口连接时收到错误 WSAENOBUFS (10055)

症状


如果您尝试从大于 5000 的端口 TCP 连接设置,本地计算机响应以下 WSAENOBUFS (10055) 错误消息:

由于系统缓冲区空间不足,或者因为队列已满,不能执行套接字上的操作。

解决方案


重要:此部分、 方法或任务包含一些介绍如何修改注册表的步骤。但是,如果不正确地修改了注册表,可能会出现严重的问题。因此,请确保仔细按照下列步骤操作。为增加保护,对其进行修改之前备份注册表。然后,您可以在出现问题时还原注册表。有关如何备份和还原注册表的详细信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:

322756 在 Windows 中 如何备份和还原注册表

在包含在"适用范围"部分的产品中,临时TCP端口的默认最大数量为5000。在这些产品中添加了一个新的参数。要增加临时端口的最大数量,请按照以下步骤操作:

  1. 启动注册表编辑器。
  2. 在注册表中,找到以下注册表子项,然后单击参数:
regpath 复制代码
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
  1. 在编辑菜单上,单击新建,然后添加以下注册表项:
  • 值的名称: MaxUserPort
  • 值类型: REG_DWORD
  • 值数据: 65534
  • 有效范围: 5000-65534 (十进制)
  • 默认值: 0x1388 (5000 十进制)
  • 说明 : 此参数控制的程序从系统请求任何可用的用户端口时所使用的最大端口号。通常情况下,临时 (短暂) 端口 1024年的值和含 5000 之间分配。之后发布的安全公告 MS08-037,Windows Server 2003 的行为已更改,以便更好地匹配,Windows Server 2008 和 Windows Vista。有关 Microsoft 安全公告 MS08-037 的详细信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:


951746 MS08-037: Windows Server 2008 中,Windows Server 2003 和 Windows 2000 服务器 (DNS 服务器端) 中的 DNS 安全更新的说明: 2008 年 7 月 8 日

951748 MS08-037: Windows Server 2003 中,在 Windows XP 和 Windows 2000 服务器 (客户端) 中的 DNS 安全更新的说明: 2008 年 7 月 8 日

953230 MS08-037: 在 DNS 中的漏洞可能允许欺骗

  1. 退出注册表编辑器,然后重新启动计算机。
    注意 :一个附加的 TCPTimedWaitDelay 注册表参数确定多长时间关闭的端口将等待,直到关闭的端口可以重复使用,一般设置为30


相关推荐
格子衫-20033 分钟前
MySQL中MVCC指什么?
数据库·mysql
小布不吃竹25 分钟前
数据库连接池
java·数据库
码熔burning26 分钟前
MySQL的Order by与Group by优化详解!
数据库·mysql
王天华帅哥32 分钟前
重构 cluster-db 选择器,新增限制字段 showDb 不影响原功能前提实现查询功能增量拓展
数据库·重构
双叶8361 小时前
(51单片机)LCD显示红外遥控相关数字(Delay延时函数)(LCD1602教程)(Int0和Timer0外部中断教程)(IR红外遥控模块教程)
c语言·数据库·c++·单片机·嵌入式硬件·mongodb·51单片机
GUIQU.1 小时前
【MySQL】数据库、数据表的基本操作
数据库·mysql
CopyLower2 小时前
MySQL 5.7 之后的特性解析:从 8.0 到 8.4 的技术进化
数据库·mysql
一人一萧十只猫�2 小时前
MySQL 从入门到精通(三):日志管理详解 —— 从排错到恢复的核心利器
android·mysql·adb
chat2tomorrow2 小时前
数据中台建设系列(五):SQL2API驱动的数据共享与服务化实践
大数据·数据库·数据仓库·sql·数据治理·数据中台·sql2api
极小狐2 小时前
如何使用极狐GitLab 软件包仓库功能托管 helm chart?
java·linux·服务器·数据库·c#·gitlab·maven