|
-
Dec 29th, 2001, 09:48 AM
#1
winsock
using winsock array with different ports how do i free the winsock ctrl from which my client has disconnected and reconnect that client to that same port
-
Dec 29th, 2001, 10:36 PM
#2
PowerPoster
You have your main winsock ws(0) which is listening and accepting the connections. You must not close it when a connection arrives, just accept the connection on a newly loaded socket and let it stay in Listen mode.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|