>> Maybe use Pause/Resume ? > > Oh, I didn't even know these two methods. So Pause will stop > all network connectivity on that socket until it's resumed?
It suppress async notification. So you don't receive events anymore but I/O continue as much as winsock can, for example filling his receive buffer. > If so, I guess I Pause the client socket and resume it when > the resume socket is connected. Not sure I understand, but probably the answer is yes :-) > Is there a flat to check if a client socket is paused? There is a flag FPaused but it is not exposed as a property. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
