Aha, _that's_ why I've been periodically getting blocking-write
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 21 Feb 2008 09:18:24 +0000 (09:18 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 21 Feb 2008 09:18:24 +0000 (09:18 +0000)
problems using Unix PuTTY port forwarding. Sockets we create by
connect() are immediately set into nonblocking mode by fcntl, but
sockets we create by accept() were not. This trivial fix should help.

git-svn-id: svn://svn.tartarus.org/sgt/putty@7864 cda61777-01e9-0310-a592-d414129be87e


No differences found