Hello,
I have to make a chat server using winsock api. But how can I handle a number of sockets using api? Its pretty easy using the winsock control using arrays, but the control is causing some other problems. It wont let me open a large number of ports (not more than 15 on my pc) and gives out error messages saying there is no buffer space.


Reply With Quote