simon-svn: putty: simon

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Thu Feb 21 09:18:24 GMT 2008


SVN root:       svn://svn.tartarus.org/sgt
Changes by:     simon
Revision:       7864
Date:           2008-02-21 09:18:24 +0000 (Thu, 21 Feb 2008)

Log message (4 lines):
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.

Modified files:
U   putty/unix/uxnet.c

Links:
http://svn.tartarus.org/?rev=7864&view=rev
http://svn.tartarus.org/putty/unix/uxnet.c?rev=7864&r1=7863&r2=7864



More information about the tartarus-commits mailing list