That OVERLAPPED fix seems to have made flow control useful as well
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 28 Aug 2006 18:36:11 +0000 (18:36 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 28 Aug 2006 18:36:11 +0000 (18:36 +0000)
commit5fd93688718a6863178df7e398382c3afc416ebd
tree262e9185661435c589b4e3e7aa607a42b9796d45
parent799e067eeb1273db245552ffad23b6655b62e845
That OVERLAPPED fix seems to have made flow control useful as well
(presumably Windows's serial buffer is actually _filling up_,
causing an XOFF to be sent, now that my dodgy I/O code isn't causing
it to leak). So I think I'll switch the default flow control to
XON/XOFF, since it actually seems to do something now.

git-svn-id: svn://svn.tartarus.org/sgt/putty@6829 cda61777-01e9-0310-a592-d414129be87e
settings.c