Hi All,
I am developing application in C++ in Windows and Linux (both).
I am using TCP connections in my application. In my application, i want to make variable no of connections as per user requests. So, how can i come to know No of idle TCP connections (descriptors) can be done ?
Is there any limitation on No of TCP connections at the same time concurrently ?
How can i come to know that No of idle TCP connections are over and can give ERROR to user?
Regards,
Chirag Shah
I am developing application in C++ in Windows and Linux (both).
I am using TCP connections in my application. In my application, i want to make variable no of connections as per user requests. So, how can i come to know No of idle TCP connections (descriptors) can be done ?
Is there any limitation on No of TCP connections at the same time concurrently ?
How can i come to know that No of idle TCP connections are over and can give ERROR to user?
Regards,
Chirag Shah