Maximum number of concurrent TCP/IP connections - Win XP SP3

前端 未结 2 1725
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-06 13:44

Does anyone know what is the maximum number of concurrent TCP/IP connections on Windows XP SP3? I am trying to load test a machine and would like to know what is the max num

相关标签:
2条回答
  • 2021-01-06 14:17

    Note that often you may be limited by the number of outbound connections supported on the client machine rather than by the number of concurrent connections possible. See this Socket Bind Error for how to tune MAX_USER_PORT to enable more outbound connections from the machine running the tests.

    0 讨论(0)
  • 2021-01-06 14:20

    I found some very useful information here:

    http://smallvoid.com/article/winnt-tcpip-max-limit.html

    0 讨论(0)
提交回复
热议问题