]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Aha, _that's_ why I've been periodically getting blocking-write
authorSimon Tatham <anakin@pobox.com>
Thu, 21 Feb 2008 09:18:24 +0000 (09:18 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 21 Feb 2008 09:18:24 +0000 (09:18 +0000)
commita656d518cbe6bf9e2fad96f86d3afc122bc33299
tree8ddb27d6168b42ecbe26ce77d9dd218181563356
parent82214a8efd94e4a78310b32df56e5fbc0a42f027
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: http://svn.tartarus.org/sgt/putty@7864 cda61777-01e9-0310-a592-d414129be87e
unix/uxnet.c