Maximum connection limit for Listen Api
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, Today when i was doing socket programming and come across Listen API. This Api has int backlog as second parameter, which is used to specify maximum number of client connections that can be accepted by server. So one query come to my mind that what should be the maximum value that can be specified for this parameter and how is it decided or does it have some predefined value. I will be graceful to all for their kind cooperation. Regards, Vishwa
Dare to dream