1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-19 05:15:26 -05:00
Simon Tatham a485923ae4 Reading 4K at a time from a serial port turns out to be a bit
unfriendly in an interactive session, because at 19200 baud it takes
nearly two seconds to receive that much data, and as long as the
data is flowing continuously Windows waits until it has a full
buffer. So here's another annoying flag in the winhandl API, which
restricts reads to length 1 so that serial output shows up as it
appears.

(I tried this yesterday, but without the OVERLAPPED fix in r6826 it
behaved very erratically. It now seems solid.)

[originally from svn r6827]
[r6826 == 2aedc83f8dce7811704a28fa7bb1f81e79f653b8]
2006-08-28 18:26:50 +00:00
..
2006-01-08 18:18:11 +00:00
2006-01-08 18:18:11 +00:00
2006-01-08 18:18:11 +00:00
2006-01-08 18:18:11 +00:00
2005-04-22 15:47:28 +00:00
2006-08-28 17:47:43 +00:00
2006-08-27 09:53:34 +00:00