PrOpHeT
11-02-2001, 05:34 PM
Ok,
1> I do not know if this is possible with winsock, but I need to know if it is possible to accept multiple connections on a single port. Like a mail server does.
2> How do I detect when the remote computer has disconnected so I can reset the port? I have tried a timer checking the sckconnected property, however the server seems to think it is still connected even after the client has closed.
1> I do not know if this is possible with winsock, but I need to know if it is possible to accept multiple connections on a single port. Like a mail server does.
2> How do I detect when the remote computer has disconnected so I can reset the port? I have tried a timer checking the sckconnected property, however the server seems to think it is still connected even after the client has closed.