Tartarus CVS: putty: simon
tartarus-commits@lists.tartarus.org
tartarus-commits@lists.tartarus.org
Fri, 01 Nov 2002 13:36:50 +0000
CVS Root: /home/cvs
Module: putty
Changes by: simon
Date: Fri Nov 01 2002 13:36:50 GMT
Log message:
Improve handling of oobinline sockets; Plink in telnet mode now
doesn't hang when you hit ^C, which is nice. I think a better
solution would involve nonblocking sockets; as it stands it's a
little dependent on what may be quirks of the Linux socket layer.
Modified files:
unix : uxnet.c uxplink.c
Links:
http://cvs.tartarus.org//putty/unix/uxnet.c.diff?r1=1.2&r2=1.3
http://cvs.tartarus.org//putty/unix/uxplink.c.diff?r1=1.2&r2=1.3