Also, I'm not sure what TTY_OP_OSPEED does. Does setting that mean
that the server will only send you 38,400 bits per second? If so, why
not up it to 0xFFFF or 0xFFFFFFFF bits per second? SFTP doesn't have
speed limits so why do terminals need them?
According to <http://asciitable.com/>, 0x7F corresponds to "Del" so I
guess that's one question I don't need an answer to...
This is covered by
<http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter4.html#config-termspeed>.
It's mostly historical; it has little effect on most servers, and
servers don't directly limit the speed at which they send data based on
it.