]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Have one call to from_backend() per call to do_telnet_read(),
authorSimon Tatham <anakin@pobox.com>
Mon, 8 Jan 2007 18:54:49 +0000 (18:54 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 8 Jan 2007 18:54:49 +0000 (18:54 +0000)
commita05ba5600d63266309648a9aad05ba443849ff52
tree8819359d0f34409b9582b76facfdb00224e32cc8
parent401428bd49954bea50f5e43f85689d32a565bfc4
Have one call to from_backend() per call to do_telnet_read(),
instead of the previous rate of one per character. In `Flush log
file frequently' mode, the latter was causing excessive slowdown due
to fflush()ing once per byte.

git-svn-id: http://svn.tartarus.org/sgt/putty@7076 cda61777-01e9-0310-a592-d414129be87e
telnet.c