This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] 2.try: Interruptable accept


On Wed, Jul 03, 2002 at 10:05:37AM +0200, Thomas Pfaff wrote:
> 
> This version is based on WSAEventSelect.
> I am working on an interruptable connect now.
> 
> Thomas

Thanks Thomas, that looks good.  I've applied it with two minor changes:

- I've turned around your comparisons to conform to the rest of the code.
  It's hard to read if that suddenly changes in the middle of something.
  I'd appricate if you could do this in your next patch by yourself.

- I've changed your comments to plain-C comments.  The comment after
  the call to ::accept was the only C++ comment in the code anyway and
  I've eliminated it.

Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]