Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法更改的应用程序正在丢弃一些传入的 UDP 数据包。我怀疑接收缓冲区溢出。是否有使默认缓冲区大于 8KB 的注册表设置?
从此要设置 Windows的 默认大小,请使用以下DWORD注册表项:
DWORD
[HKEY_LOCAL_MACHINE \SYSTEM \CurrentControlSet\Services\Afd\Parameters] DefaultReceiveWindow = 10240 DefaultSendWindow = 10240