Results 1 to 2 of 2

Thread: winsock

  1. #1
    nirmal2k
    Guest

    Angry 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

  2. #2
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    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
  •  



Click Here to Expand Forum to Full Width