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)
commit068ba98ca54170b084721df9f7f8ec8d897714f5
tree8ddb27d6168b42ecbe26ce77d9dd218181563356
parent381f0c3128414a0a49aea6e6b65414c31d65717c
Aha, _that's_ why I've been periodically getting blocking-write
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
unix/uxnet.c