Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

ramdy

Member Since 21 Jan 2006
Offline Last Active May 17 2013 01:16 PM
-----

#4785542 how to restrict client connect?

Posted by ramdy on 14 March 2011 - 04:31 AM

If you are using Winsock you can use WSAAccept which conditionally accepts a connection based on the return value of a condition function. However, it is still accepting the connection (and automatically closing based on your conditional function return)


PARTNERS