]> asedeno.scripts.mit.edu Git - PuTTY.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)
commitbacbc03f9fd2f0e3f2facf6154fa9b66645a52e3
tree8819359d0f34409b9582b76facfdb00224e32cc8
parent274f6a60f7db1fb61657387db3c135b25cff749b
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.

[originally from svn r7076]
telnet.c