Limitations of Winsock select() function

Joseph Klasen 146 Reputation points
2022-09-12T20:07:39.577+00:00

In Windows network programming, I understand that there is a limit to the number of open sockets which the select() function can handle, on my system it defaults to 64.

Does this limit apply to WSAAsyncSelect() as well?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,909 questions
0 comments No comments
{count} votes

Accepted answer
  1. Hania Lian 13,841 Reputation points Microsoft Vendor
    2022-09-16T07:55:31.477+00:00

    Hi@Joseph Klasen .
    WSAAsyncSelect() also supports 64 connections by default.

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.