]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit5e42fe8fc9cd6eed77681116dffeb427f5a6aca8
tree8ddb27d6168b42ecbe26ce77d9dd218181563356
parentc639a04a1fc08a3286188a3d4216a3d82a525eeb
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.

[originally from svn r7864]
unix/uxnet.c